Autojump is a command-line utility that "learns" from your filesystem navigation via the "cd" command, and allows you to jump quickly to oft-travelled-to directories. Source, installation and usage information are at Github. After seeing this tweet from Dion, I went to install it, only to remember that I'm on Windows 7 now. Bah. So, I tweaked it a bit to run inside the MozillaBuild environment. Assuming you've cloned/downloaded Autojump, here are the steps to get it working:
- Open Mingw, navigate to the autojump source directory
- Remove all instances of "sudo" from the install.sh file
- Get your Python path: $ which python
- Replace /usr/bin/python with your Python path in the autojump file
- Run install.sh