2025-03-14 21:59:59 -06:00
|
|
|
# bashmarks
|
|
|
|
|
|
|
|
|
|
> Save and jump to commonly used directories using 1 character commands.
|
2025-05-08 12:26:01 -06:00
|
|
|
> See also: `autojump`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://github.com/huyng/bashmarks>.
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
- Add the bashmark aliases to your shell:
|
|
|
|
|
|
|
|
|
|
`source /usr/share/bashmarks/bashmarks.sh`
|
|
|
|
|
|
2025-03-14 21:59:59 -06:00
|
|
|
- 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}}`
|