autojump_match.py

shell extension to jump to frequently used directories

Install

All systems
curl cmd.cat/autojump_match.py.sh
Debian Debian
apt-get install autojump
Ubuntu
apt-get install autojump
Arch Arch Linux
pacman -S autojump
image/svg+xml Kali Linux
apt-get install autojump
Fedora
dnf install autojump
Windows (WSL2)
sudo apt-get update sudo apt-get install autojump
OS X
brew install autojump
Raspbian
apt-get install autojump

autojump

shell extension to jump to frequently used directories

autojump provides a faster way to navigate your filesystem, with a "cd command that learns". It works by maintaining a database of the directories you use the most from the command line, and allows you to "jump" to frequently used directories by typing only a small pattern. To use autojump, you need to configure your shell to source /usr/share/autojump/autojump.sh on startup.