Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upREADME
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]