CMD Master
Back to Blog
Arnošt Havelka

Zoxide Advanced

Interactive selection with 'zi'.

Start Interactive Lesson
Zoxide Advanced

Zoxide Interactive (zi)

Sometimes Zoxide guesses wrong. Or maybe you have two folders named "tests" and you aren't sure which one z tests will pick. Enter zi—Zoxide Interactive.

Usage:zi
[search]
Enter
Selects the highlighted entry.
Arrows
Navigates the list.

Using FZF (Fuzzy Finder)

zi uses a fuzzy finder (like fzf) to display a list of matching directories. You can type to filter the list in real-time.

Real-World Example

Selecting from multiple matches

You have Work\Project and Personal\Project. You type zi Proj.

Command Prompt
C:\Users\User>zi Proj

(You press Down Arrow, then Enter to select the Work project)


Knowledge Check

1 / 2

What is the command for interactive selection?

Up Next

Zoxide Query

Testing matches without moving.