Back to Blog
Arnošt Havelka

Introduction to Zoxide

A smarter way to navigate.

Start Interactive Lesson
Introduction to Zoxide

Meet Zoxide (z)

Zoxide is a smarter cd command. It remembers which directories you use most frequently, so you can "jump" to them in just a few keystrokes. It works on every shell (PowerShell, Bash, Zsh, CMD).

Usage:z
[query]
query
Part of the directory name you want to go to.

How it works

Instead of typing: cd C:\Users\Name\Documents\Projects\Work

You just type: z work

Zoxide learns that "work" usually means that long path.


Knowledge Check

1 / 2

What command does zoxide replace?

References

These Microsoft Learn and Windows documentation links provide authoritative details for the commands used in this article.

Up Next

Zoxide Deep Dive

Understanding the 'Frecency' algorithm.