2015-12-30 21:30:37 +00:00
|
|
|
# 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>.
|
2015-12-30 21:30:37 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- List available bookmarks:
|
2015-12-30 21:30:37 +00:00
|
|
|
|
|
|
|
`l`
|
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
- Save the current directory as "bookmark_name":
|
2015-12-30 21:30:37 +00:00
|
|
|
|
|
|
|
`s {{bookmark_name}}`
|
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
- Go to a bookmarked directory:
|
2015-12-30 21:30:37 +00:00
|
|
|
|
|
|
|
`g {{bookmark_name}}`
|
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
- Print a bookmarked directory's contents:
|
2015-12-30 21:30:37 +00:00
|
|
|
|
|
|
|
`p {{bookmark_name}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Delete a bookmark:
|
2015-12-30 21:30:37 +00:00
|
|
|
|
|
|
|
`d {{bookmark_name}}`
|