You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like zoxide but want to use it without ambiguity, is the following possible?
z down<Enter> either shows completion if there's more than one directory with suffix "down" in the name, e.g. ~/downloads, /tmp/downloads, or just jumps to it. I don't want to 1) hit enter and potentially jump into the wrong directory, and 2) explicitly <space>Tab for completions because that assumes I know I have more than one directory with the same name.
P.S. Is it possible to give nicknames of similarly named directories for faster matching? E.g. for /usr/bin, ~/bin, ~/.local/share/bin, give nicknames ub for /usr/bin and lsb for ~/.local/share/bin after completing for z bin and then you don't need to type e.g. l s b with the spaces for ~/.local/share/bin.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I like zoxide but want to use it without ambiguity, is the following possible?
z down<Enter>
either shows completion if there's more than one directory with suffix "down" in the name, e.g. ~/downloads, /tmp/downloads, or just jumps to it. I don't want to 1) hit enter and potentially jump into the wrong directory, and 2) explicitly<space>Tab
for completions because that assumes I know I have more than one directory with the same name.P.S. Is it possible to give nicknames of similarly named directories for faster matching? E.g. for /usr/bin, ~/bin, ~/.local/share/bin, give nicknames
ub
for /usr/bin andlsb
for ~/.local/share/bin after completing forz bin
and then you don't need to type e.g.l s b
with the spaces for ~/.local/share/bin.Beta Was this translation helpful? Give feedback.
All reactions