autojump
agent-ready non-interactive
A cd command that learns - easily navigate directories from the command line
How to install autojump
brew install autojump autojump use case
Quickly navigate to frequently used directories based on learned usage patterns
When to use autojump
- Jumping to a project directory by typing a partial name like 'j proj'
- Navigating to a deeply nested directory that you visit often without typing the full path
- Opening a file manager to a frequently used folder using 'jo'
When not to use autojump
- Directories that have never been visited (they must be in the database first)
- When the exact full path is known and a simple 'cd' is faster
- When you need to navigate to a directory that is not in the database and you don't want to visit it first
autojump features
- · Learns from directory usage frequency
- · Fuzzy matching on directory names
- · Supports multiple arguments to disambiguate
- · Open file manager directly (jo, jco) from the command line
Want your agent to find this automatically?
Add the MCP server to your agent config and it will discover tools like autojump on its own.
Set up MCP →