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



October 7, 2009 at 5:32 pm
I used to use something like this called CD Plus (cdp.exe) for MS-DOS. Instead of monitoring your directory usage though it would scan the whole drive on command to build an index, and then you’d use cdp to jump. If there was more than one match you got a menu of items to choose from.
I have a script I made for Windows that sticks the current directory in the console window title by using doskey macros to hook cd, pushd, popd, and the drive changing commands (c:, d:, etc). In theory it would be possible to use the same mechanic to port autojump to Windows… hmmm…
November 3, 2009 at 3:29 am
is there anything like this available for solaris?
November 4, 2009 at 8:05 am
i don’t know!