productivity helper : bash utility

I found a handy utility download here for bookmarking in the terminal. It basically lets you save bookmarks of your current location by name for easy retrieval.

Usage:

cd <directory_you_visit_a_lot> s <name> This saves the working directory as a bookmark with the name you gave it. List the current bookmarks by l Jump to a current bookmark g <name> Paste to the bottom of your .bashrc …more