agkozak / zsh-z

Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.
MIT License
2.02k stars 76 forks source link

`z` suggestions fallback to `cd` suggestions #87

Open mhagnumdw opened 7 months ago

mhagnumdw commented 7 months ago

Do you think it makes sense to have an auto-suggestion fallback when pressing Tab? When z Downloads or z ~/Downloads does not have the entry, suggest the directories as cd does. My idea here would be for z to behave like cd, if z does not have the entry.

If it is possible to achieve this in any way, please leave it in the comments. Thanks!

ignamartinoli commented 1 month ago

I think it's a very good idea