Automic VaultAutomic Vault

brew

autojump を Homebrew, apt, dnf, MacPorts, Nix, scoop, zypper でインストール

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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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