mirror of https://github.com/CrimsonTome/tldr.git
24 lines
361 B
Markdown
24 lines
361 B
Markdown
# bashmarks
|
|
|
|
> Save and jump to commonly used directories using 1 character commands.
|
|
|
|
- List available bookmarks:
|
|
|
|
`l`
|
|
|
|
- Save the current directory as "bookmark_name":
|
|
|
|
`s {{bookmark_name}}`
|
|
|
|
- Go to a bookmarked directory:
|
|
|
|
`g {{bookmark_name}}`
|
|
|
|
- Print a bookmarked directory's contents:
|
|
|
|
`p {{bookmark_name}}`
|
|
|
|
- Delete a bookmark:
|
|
|
|
`d {{bookmark_name}}`
|