tldr/pages/common/bashmarks.md

24 lines
347 B
Markdown
Raw Normal View History

# bashmarks
> Save and jump to commonly used directories using 1 character commands.
- List available bookmarks
`l`
2015-12-31 02:31:24 +00:00
- Save the current folder as "bookmark_name"
`s {{bookmark_name}}`
2015-12-31 02:31:24 +00:00
- Go to a bookmarked folder
`g {{bookmark_name}}`
2015-12-31 02:31:24 +00:00
- Print a bookmarked folder's contents
`p {{bookmark_name}}`
2015-12-31 02:31:24 +00:00
- Delete a bookmark
`d {{bookmark_name}}`