How to install autojump

Autojump is a tool for easy navigation to a folder that you go to repeatedly. It relies on you remembering some part of the foldername that is unique to that folder.

Download the git repo:

cd /fh/fast/subramaniam/user/rasi/git
git clone git://github.com/joelthelion/autojump.git
cd autojump
./install.py

See git repo.

To use autojump, you need to manually navigate to the location you are interested in at least once.

The next time you want to go to the same location, type j SOMEPARTOFFOLDERNAME followed by enter. If the above takes you to the wrong location, then you can enter the same command from history and then press TAB to show you all the possible options.