ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
22.02k stars 536 forks source link

variant of z/zi but only return the found path without changing directories #821

Closed IndianBoy42 closed 4 months ago

IndianBoy42 commented 4 months ago

sorry if I can't find it in the existing functionality but I think this would be useful

namely I want to bind it to a key in fish so I can use zoxide history to fill in a directory path used as an argument to another command

ajeetdsouza commented 4 months ago

Check zoxide query --help.

z is based on zoxide query and zi is based on zoxide query --interactive.