CMD Master
New Modern Tool

A smarter
cd command

Stop typing long paths. Zoxide remembers your frequently visited directories so you can jump to them in just a few keystrokes.

Command Prompt
C:\Users\Student>
vs Zoxide...
C:\Users\Student>
C:\Users\Student\Documents\Projects\Web\NextJS>

Why use Zoxide?

Navigate your filesystem at the speed of thought.

Frecency Algorithm
Zoxide tracks your most used directories. It creates a ranked database of your habits.
Instant Jumps
Type z foo and jump to the highest ranked match for "foo". No more cd ../../../.
Cross Platform
Works on Linux, macOS, Windows, BSD, and Android. Compatible with PowerShell, Bash, Zsh, Fish, and more.

Interactive Examples

Standard Jump

Jump to the highest ranked directory matching 'foo'.

C:\Users\Student>z doc
# Jumping to Documents...
C:\Users\Student\Documents>_
Interactive Selection

Use zi to select with fzf (fuzzy finder).

C:\Users\Student>zi work
# Interactive selection mode...
C:\Work\Projects>_
Auto-Correction

Zoxide learns from your mistakes and typos over time.

C:\Users\Student>z dwn
# Smart matching typos...
C:\Users\Student\Downloads>_

Integrates with everything

Bash
Zsh
Fish
PowerShell
Nushell
Vim
Emacs
Ranger
Tmux
Fzf