Home/Tools/zoxide
z
Install via:brewcargogo
License:MIT
Open source

zoxide

About

A smarter `cd` that learns your habits. Type `z proj` and jump to your most-used project directory, with a blazing-fast fuzzy matcher under the hood.

Pricing

Free

zoxide is a smarter directory navigator. It keeps a database of the directories you visit and lets you jump between them with fuzzy names and regexes instead of long cd paths.

Key Features

  • Fuzzy matching on directory names.
  • Learns your most-used dirs and ranks by frequency + recency.
  • zi for interactive selection.
  • Shell integrations for bash, zsh, fish, nushell and more.
  • Zero-config setup.
  • Written in Rust — instant results.

Pricing

zoxide is free and open source under the MIT license.

Getting Started

brew install zoxide
eval "$(zoxide init zsh)"  # add to .zshrc
z projects
zi  # interactive picker