DEV Community

Discussion on: Terminal Tools, Shell Aliases, and directory bookmarks

Collapse
 
ccoveille profile image
Christophe Colombier

I like what you did by your own

I would like you to suggest using github.com/ajeetdsouza/zoxide

You could use zi command (zoxide+fzf)

zoxide is by default storing all folders you are going, but it can be configured to only add entry on demand.

Maybe it would inspire you, or provide you a replacement for your project

Collapse
 
riturajborpujari profile image
Rituraj Borpujari • Edited

Hey heard about zoxide yes. It has many more features like you mentioned.

Wanted to build this basic verison as I'm getting used to terminal!

Collapse
 
ccoveille profile image
Christophe Colombier

It's always good to experiment things and try building things by your own