macOS
brew install autojumplocal Homebrew formula metadata
sudo port install autojumpMacPorts ports tree · sysutils/autojump/Portfile · source: api.github.com
brew
Shell extension to jump to frequently used directories. Version 22.5.3 via Homebrew; verified 2026-06-22.
install
brew install autojumplocal Homebrew formula metadata
sudo port install autojumpMacPorts ports tree · sysutils/autojump/Portfile · source: api.github.com
sudo apt install autojumpDebian stable package indexes · autojump · source: deb.debian.org
sudo dnf install autojumpFedora Rawhide package metadata · autojump · source: dl.fedoraproject.org
nix profile install nixpkgs#autojumpnixpkgs package indexes · pkgs/by-name/au/autojump/package.nix · source: api.github.com
sudo zypper install autojumpopenSUSE Tumbleweed package metadata · autojump · source: download.opensuse.org
scoop install extras/autojumpScoop official bucket manifest trees · bucket/autojump.json · source: api.github.com
overview
Shell extension to jump to frequently used directories
history
autojump is a shell navigation helper that learns frequently visited directories and lets users jump to them with short fuzzy-ish commands. It belongs to the same productivity niche as z, fasd, and later smart-cd tools: small shell glue that changes daily terminal muscle memory.
The official README says autojump was originally written by Joel Schaerer and is maintained by William Ting. The GitHub repository was created in January 2009 and describes the tool as a cd command that learns from command-line directory usage.
The design is intentionally simple: the tool maintains a database of directories the user has visited, then ranks matches when the user invokes the j wrapper or autojump command.
The README documents first-class support for bash and zsh, first-class support for Linux and OS X, and community support for fish, tcsh, clink, Windows, and BSD. It also states that autojump is included in Debian-derived distributions, RedHat/Fedora/CentOS, ArchLinux, Gentoo, Frugalware, and Slackware, while Homebrew is the recommended OS X installation method.
The GitHub repository has accumulated substantial attention for a shell utility, with thousands of stars and hundreds of forks in the official GitHub metadata. The batch input also lists packaging across Homebrew, Debian/Ubuntu, Fedora, MacPorts, Nix, Scoop, and openSUSE.
Users visit directories normally first; autojump records that history. The common wrapper j foo jumps to the highest-ranked directory containing foo, while jc, jo, and jco prefer child directories or open file managers instead of changing directories.
The README warns that shell integration matters: for bash, autojump tracks directories by modifying PROMPT_COMMAND, so users should append to that variable rather than overwrite it.
autojump is package-nerd catnip because it is a small utility whose value comes from shell integration and distribution packaging rather than a large application surface. Its install story shows why package maintainers care about shell completions, profile snippets, platform policies, and per-shell activation instructions.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
autojump | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/wting/autojump
install metadata
| Package key | brew:autojump |
|---|---|
| Version | 22.5.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/autojump |
| Homepage | https://github.com/wting/autojump |
| Repository | https://github.com/wting/autojump |
| Upstream docs | https://github.com/wting/autojump#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/wting/autojump/archive/refs/tags/release-v22.5.3.tar.gz |
| Last updated | 2026-06-22T14:02:47-07:00 |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | Add the following line to your ~/.bash_profile or ~/.zshrc file: [ -f $HOMEBREW_PREFIX/etc/profile.d/autojump.sh ] && . $HOMEBREW_PREFIX/etc/profile.d/autojump.sh If you use the Fish shell then add the following line to your ~/.config/fish/config.fish: [ -f $HOMEBREW_PREFIX/share/autojump/autojump.fish ]; and source $HOMEBREW_PREFIX/share/autojump/autojump.fish Restart your terminal for the settings to take effect. |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | autojump |
| Version Scheme | 0 |
| Revision | 3 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
autojump 22.5.1-1.1
shell extension to jump to frequently used directories
https://github.com/wting/autojump
sudo apt install autojumpautojump
nix profile install nixpkgs#autojumpautojump 22.5.1-1.1
shell extension to jump to frequently used directories
https://github.com/wting/autojump
sudo apt install autojumpautojump 22.5.3-27.fc45
A fast way to navigate your filesystem from the command line
https://github.com/wting/autojump
sudo dnf install autojumpautojump-fish 22.5.3-27.fc45
Autojump for fish shell
https://github.com/wting/autojump
sudo dnf install autojump-fishautojump-zsh 22.5.3-27.fc45
Autojump for zsh
https://github.com/wting/autojump
sudo dnf install autojump-zshautojump 22.5.3-3.5
A faster way to navigate the filesystem from a shell
https://github.com/wting/autojump
sudo zypper install autojumpautojump
sudo port install autojumpextras/autojump
scoop install extras/autojumpsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.