autojump learns the directories you use most often and lets you jump to them with the j command.
The tool is installed through Homebrew and declared in the project Brewfile.
It is part of the curated Homebrew environment; see Homebrew setup to install everything at once.
Install autojump directly:
brew install autojumpVerify the installation:
brew list --formula | grep -x autojumpAfter the shell integration is loaded, move around as usual. autojump learns from cd history.
Jump to a known directory:
j project-nameOpen the best matching directory in Finder:
jo project-nameShow known entries:
autojump --statStart a fresh Zsh session after setup:
exec zshConfirm the shell knows the command:
type jautojump is useful only after it has observed enough directory changes.
Remove autojump with:
brew uninstall autojumpThen remove its entry from profiles/full/Brewfile and remove it from the managed Zsh plugin list if it is no longer wanted.