🤔 What?

You are working on many projects and you have hundreds of folders to cd to. You can’t remember all the names and paths, and you are tired of long cd commands.

🚀 How?

zoxide (successor of z) is a smarter cd which let you jump fast in your filesystem without remembering entire paths. zoxide uses shell hooks to record and scores all the directories you navigate to into a local directory DB.

# Jump to myproject
z myproject

# Jump to backend in myproject
z mypro back 

# Add a directory to the zoxide database
zoxide add mydirectory