Gollum@feddit.de to Programmer Humor@programming.dev · il y a 3 ansD or d come oni.imgur.comimagemessage-square221fedilinkarrow-up11.47K cross-posted to: programmerhumor@lemmy.ml
arrow-up11.47KimageD or d come oni.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · il y a 3 ansmessage-square221fedilink cross-posted to: programmerhumor@lemmy.ml
minus-squarenewIdentity@sh.itjust.workslinkfedilinkarrow-up26·edit-2il y a 3 ansUse Zsh or Fish and tab completion.
minus-squarejanAkalilinkfedilinkEnglisharrow-up8·il y a 3 ansOr better yet, use z or zoxide: “z down” will fuzzy match the “~/Download” folder.
minus-squareseitanic@lemmy.sdf.orglinkfedilinkarrow-up2·il y a 3 ansYeah, if that’s the only reason, changing your shell is overkill.
minus-squareAstaroth@lemm.eelinkfedilinkarrow-up1·il y a 3 ansNever 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
cdcommand, 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"