autojump
« Back to VersTracker
Description:
Shell extension to jump to frequently used directories
Type: Formula  |  Latest Version: 22.5.3@3  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Productivity
Tags: navigation productivity shell terminal directory utilities
Install: brew install autojump
About:
Autojump is a command-line tool that learns your most frequently used directories and allows you to navigate to them with minimal typing. By maintaining a database of visited paths, it provides intelligent fuzzy matching to quickly jump to any project folder. This significantly speeds up terminal workflows by eliminating repetitive cd commands and directory path memorization.
Key Features:
  • Intelligent directory tracking with frequency-based scoring
  • Fuzzy matching algorithm for quick path navigation
  • Multi-shell support including Bash, Zsh, and Fish
  • Minimal configuration required for immediate use
  • Automatic database management and maintenance
Use Cases:
  • Rapid navigation between multiple project directories in development workflows
  • Quick access to deeply nested folder structures without remembering full paths
  • Improving terminal productivity by reducing repetitive directory changing commands
Alternatives:
  • zoxide – Modern Rust-based alternative with faster performance and similar functionality
  • fasd – Legacy tool offering file and directory frequency tracking with additional file operations
  • cdargs – Bookmark-based directory navigation system without automatic learning
License: GPL-3.0-or-later
Dependencies: python@3.14
Bottles available for: all
Important Notes:
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.
Version History
Detected Version Rev Change Commit
Oct 11, 2025 1:04am 3 VERSION_BUMP 73b4b6f9
Oct 10, 2024 3:32pm 3 VERSION_BUMP 592be885