autojump_match.py
shell extension to jump to frequently used directories
Install
- All systems
-
curl cmd.cat/autojump_match.py.sh
- Debian
-
apt-get install autojump
- Ubuntu
-
apt-get install autojump
- Arch Linux
-
pacman -S autojump
- 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
- Dockerfile
- dockerfile.run/autojump_match.py
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.