1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:42:07 +02:00
tldr/pages/common/bashmarks.md
2019-06-09 18:53:49 +02:00

24 lines
419 B
Markdown

# bashmarks
> Save and jump to commonly used directories using 1 character commands.
> More information: <https://github.com/huyng/bashmarks>.
- 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}}`