Automic VaultAutomic Vault

brew

使用 Homebrew, apt, dnf, MacPorts, Nix, scoop, zypper 安装 autojump

查看 autojump 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install autojump

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install autojump

MacPorts ports tree · sysutils/autojump/Portfile · 来源: api.github.com

Linux

Debian apt已验证 · 92%
sudo apt install autojump

Debian stable package indexes · autojump · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install autojump

Fedora Rawhide package metadata · autojump · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#autojump

nixpkgs package indexes · pkgs/by-name/au/autojump/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install autojump

openSUSE Tumbleweed package metadata · autojump · 来源: download.opensuse.org

Windows

Scoop已验证 · 92%
scoop install extras/autojump

Scoop official bucket manifest trees · bucket/autojump.json · 来源: api.github.com

概览

软件包摘要

Shell extension to jump to frequently used directories

命令和别名

  • autojump

历史

项目历史与用法

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.

时间线

  • 2009: GitHub repository created for wting/autojump.
  • 2010s: autojump becomes packaged by major Linux distributions and macOS package managers.
  • 2016: README copyright notice lists the Free Software Foundation and GPLv3-or-later licensing text.

Related projects

  • z, fasd, zoxide, and shell-specific directory jumpers solve the same learned-navigation problem.
  • clink is referenced by the README for Windows shell support.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:shell

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
autojumpcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本22.5.3
管理器更新时间2026-06-22
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/wting/autojump

安装元数据

软件包元数据

软件包键brew:autojump
版本22.5.3
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/autojump
主页https://github.com/wting/autojump
仓库https://github.com/wting/autojump
上游文档https://github.com/wting/autojump#readme
许可证GPL-3.0-or-later
源码归档https://github.com/wting/autojump/archive/refs/tags/release-v22.5.3.tar.gz
最后更新2026-06-22T14:02:47-07:00
Pulseupdated
依赖python@3.14
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明
注意事项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.

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameautojump
Version Scheme0
Revision3
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

autojump 22.5.1-1.1

shell extension to jump to frequently used directories

https://github.com/wting/autojump

sudo apt install autojump
  • Section: shells
  • Architecture: all
  • 1 依赖
  • normalized package name match
  • 匹配方式:Autojump
Debian stable package indexes · deb.debian.org · Debian stable package indexes: autojump from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

autojump

nix profile install nixpkgs#autojump
  • normalized package name match
  • 匹配方式:Autojump
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/au/autojump/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

autojump 22.5.1-1.1

shell extension to jump to frequently used directories

https://github.com/wting/autojump

sudo apt install autojump
  • Section: universe/shells
  • Architecture: all
  • 1 依赖
  • normalized package name match
  • 匹配方式:Autojump
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: autojump from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

autojump 22.5.3-27.fc45

A fast way to navigate your filesystem from the command line

https://github.com/wting/autojump

sudo dnf install autojump
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: autojump
  • 2 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Autojump
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: autojump from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

autojump-fish 22.5.3-27.fc45

Autojump for fish shell

https://github.com/wting/autojump

sudo dnf install autojump-fish
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: autojump
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Autojump
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: autojump-fish from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

autojump-zsh 22.5.3-27.fc45

Autojump for zsh

https://github.com/wting/autojump

sudo dnf install autojump-zsh
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: autojump
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Autojump
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: autojump-zsh from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

autojump 22.5.3-3.5

A faster way to navigate the filesystem from a shell

https://github.com/wting/autojump

sudo zypper install autojump
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: autojump
  • 2 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Autojump
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: autojump from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

autojump

sudo port install autojump
  • normalized package name match
  • 匹配方式:Autojump
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/autojump/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

extras/autojump

scoop install extras/autojump
  • normalized package name match
  • 匹配方式:Autojump
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/autojump.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment