-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Original report by Michael Diamond (Bitbucket: dimo414).
Both named bookmarks (e.g. foo=/path/to/some/important/foo) and key directories (e.g. /the/subdirectories/of/this/dir/are/interesting) would be nice to have shortcuts to, so that you could say (from anywhere):
$ bd foo
$ bd bar # where bar is a subdirectory of the .../interesting directory above
Bonus points for subdirectory support, e.g. bd foo/bar cd's to the bar subdirectory of the foo bookmark.
Similar projects include:
- https://github.com/huyng/bashmarks
- https://github.com/vigneshwaranr/bd (not really the same idea, but uses the name
bd)
Reactions are currently unavailable