mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 07:18:29 +01:00
23 lines
347 B
Markdown
23 lines
347 B
Markdown
# bashmarks
|
|
|
|
> Save and jump to commonly used directories using 1 character commands.
|
|
|
|
- List available bookmarks
|
|
|
|
`l`
|
|
|
|
- Save the current folder as "bookmark_name"
|
|
|
|
`s {{bookmark_name}}`
|
|
|
|
- Go to a bookmarked folder
|
|
|
|
`g {{bookmark_name}}`
|
|
|
|
- Print a bookmarked folder's contents
|
|
|
|
`p {{bookmark_name}}`
|
|
|
|
- Delete a bookmark
|
|
|
|
`d {{bookmark_name}}`
|