Gollum@feddit.de to Programmer Humor@programming.dev · 3年前D 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 · 3年前message-square221fedilink cross-posted to: programmerhumor@lemmy.ml
minus-squarejanAkalilinkfedilinkEnglisharrow-up8·3年前Or better yet, use z or zoxide: “z down” will fuzzy match the “~/Download” folder.
minus-squareseitanic@lemmy.sdf.orglinkfedilinkarrow-up2·3年前Yeah, if that’s the only reason, changing your shell is overkill.
minus-squareAstaroth@lemm.eelinkfedilinkarrow-up1·3年前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"
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"