Gollum@feddit.de to Programmer Humor@programming.dev · 2年前D or d come oni.imgur.comimagemessage-square221fedilinkarrow-up11.46K cross-posted to: programmerhumor@lemmy.ml
arrow-up11.46KimageD or d come oni.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · 2年前message-square221fedilink cross-posted to: programmerhumor@lemmy.ml
minus-squarenewIdentity@sh.itjust.workslinkfedilinkarrow-up26·edit-22年前Use Zsh or Fish and tab completion.
minus-squarejanAkalilinkfedilinkEnglisharrow-up8·2年前Or better yet, use z or zoxide: “z down” will fuzzy match the “~/Download” folder.
minus-squareseitanic@lemmy.sdf.orglinkfedilinkarrow-up2·2年前Yeah, if that’s the only reason, changing your shell is overkill.
minus-squareAstaroth@lemm.eelinkfedilinkarrow-up1·2年前Never used or heard of it before but apparently zoxide is only for cd command, do you happen to know if there’s some fuzzy match for in general? At the moment what I do is history foo | grep -i "bar"
Use Zsh or Fish and tab completion.
Or better yet, use z or zoxide:
“z down” will fuzzy match the “~/Download” folder.
This is the way!
Yeah, if that’s the only reason, changing your shell is overkill.
Never used or heard of it before but apparently zoxide is only for
cd
command, do you happen to know if there’s some fuzzy match for in general?At the moment what I do is
history foo | grep -i "bar"