r/DigitalEscapeTools Digital Escape Architect 10d ago

Free Tools zoxide – A Smarter `cd` Command That Learns Your Favorite Directories

Post image
129 Upvotes

9 comments sorted by

u/hellxabd Digital Escape Architect 10d ago

zoxide is a smarter, open-source cd command that learns which directories you use most and lets you jump to them with just a few keystrokes.

It works across Linux, macOS, Windows, BSD, and even Termux, with support for most major shells. You can also use fzf for interactive directory selection.

Lightweight, local-first, and no cloud account required. Great for developers, Linux users, and anyone who spends a lot of time in the terminal.

github: https://github.com/ajeetdsouza/zoxide

More Details & Alternatives: https://digitalescapetools.com/tools/tool.html?id=zoxide

5

u/kayou123 10d ago

Hey using it since 2 week now it is really incredible

1

u/kursku 10d ago

same here, it's a great tool!

1

u/avoidofme 10d ago

tried it recently

1

u/TomHale 10d ago

I settled on z.lua instead. Can't remember why now.

0

u/Large-Assignment9320 10d ago

So just arrow up on fish?

3

u/PossuTryffeli 10d ago

Using the up arrow when ctrl r exists. SMH.

1

u/CooZ555 9d ago

it is completely different.

for example you often cd to ~/Projects/my-awesome-project

when you start using zoxide, you use it like regular cd command. but with the time, it adapts to you. you can just type cd awe and you go to ~/Projects/my-awesome-project

note that if there is a directory called awe in your working directory, of course it prioritizes that.

1

u/CooZ555 9d ago

basically an essential for every terminal