DEV Community

Discussion on: How to Bookmark commands in Terminal

Collapse
 
viveksoundrapandi profile image
Vivek Soundrapandi

I use zsh z(github.com/agkozak/zsh-z), auto remembers all directory by their names. No need to explicitly book mark

Collapse
 
mitchartemis profile image
Mitch Stanley

Ooh I like this 😀, I've just found the Fish shell port as well - github.com/jethrokuan/z

Collapse
 
thamaraiselvam profile image
Thamaraiselvam

Wow, it is good. does it work with the only directory?

Collapse
 
viveksoundrapandi profile image
Vivek Soundrapandi

No it works across any directory that we have visited at least one. Cool thing is it does partial match, most cases I just type 3-4 substring of directory names.
Z dev takes me to /users/... /development directory

Thread Thread
 
thamaraiselvam profile image
Thamaraiselvam

Great