README
July 22, 2011 ยท View on GitHub
Provides bookmarking ability for folders/directories in bash.
To install, put bashmarks.sh somewhere such as ~/bin, then source it in your .bashrc file (or other bash startup file): source ~/bin/bashmarks.sh
To bookmark a folder, simply go to that folder, then bookmark it like so: bookmark foo
The bookmark will be named "foo"
When you want to get back to that folder use: go foo
To see a list of the bookmarks: bookmarksshow
Tab completion works, to go to the shoobie folder: go sho[tab]