macOS
brew install autojumplocal Homebrew formula metadata
sudo port install autojumpMacPorts ports tree · sysutils/autojump/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für autojump in AI-Agent-Workflows.
Installation
brew install autojumplocal Homebrew formula metadata
sudo port install autojumpMacPorts ports tree · sysutils/autojump/Portfile · Quelle: api.github.com
sudo apt install autojumpDebian stable package indexes · autojump · Quelle: deb.debian.org
sudo dnf install autojumpFedora Rawhide package metadata · autojump · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#autojumpnixpkgs package indexes · pkgs/by-name/au/autojump/package.nix · Quelle: api.github.com
sudo zypper install autojumpopenSUSE Tumbleweed package metadata · autojump · Quelle: download.opensuse.org
scoop install extras/autojumpScoop official bucket manifest trees · bucket/autojump.json · Quelle: api.github.com
Überblick
Shell extension to jump to frequently used directories
Verlauf
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.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
autojump | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/wting/autojump
Installationsmetadaten
| Paketschlüssel | brew:autojump |
|---|---|
| Version | 22.5.3 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/autojump |
| Homepage | https://github.com/wting/autojump |
| Repository | https://github.com/wting/autojump |
| Upstream-Dokumentation | https://github.com/wting/autojump#readme |
| Lizenz | GPL-3.0-or-later |
| Quellarchiv | https://github.com/wting/autojump/archive/refs/tags/release-v22.5.3.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:02:47-07:00 |
| Pulse | updated |
| Abhängigkeiten | python@3.14 |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | 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-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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/autojumpQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.