Gollum@feddit.de to Programmer Humor@programming.dev · 1 year agoD or d come oni.imgur.comimagemessage-square221fedilinkarrow-up11.46Karrow-down149 cross-posted to: [email protected]
arrow-up11.41Karrow-down1imageD or d come oni.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · 1 year agomessage-square221fedilink cross-posted to: [email protected]
minus-squarejanAkali@lemmy.onelinkfedilinkEnglisharrow-up8·1 year agoOr better yet, use z or zoxide: “z down” will fuzzy match the “~/Download” folder.
minus-squareseitanic@lemmy.sdf.orglinkfedilinkarrow-up2·1 year agoYeah, if that’s the only reason, changing your shell is overkill.
minus-squareAstaroth@lemm.eelinkfedilinkarrow-up1·1 year agoNever 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
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"