tldr/pages/common/bashmarks.md

25 lines
419 B
Markdown
Raw Normal View History

# bashmarks
> Save and jump to commonly used directories using 1 character commands.
2019-06-09 00:05:28 +01:00
> 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}}`