▲ 1416 ▼ D or d come on (i.imgur.com) submitted 2 years ago by genfood@feddit.de to c/programmer_humor@programming.dev 221 comments fedilink hide all child comments
[–] newIdentity@sh.itjust.works 25 points 2 years ago* (4 children) Use Zsh or Fish and tab completion. permalink fedilink source hideshow 4 child comments replies: [–] janAkali@lemmy.one 8 points 2 years ago (3 children) Or better yet, use z or zoxide: "z down" will fuzzy match the "~/Download" folder. permalink fedilink source parent hideshow 3 child comments replies: [–] words_number@programming.dev 4 points 2 years ago This is the way! permalink fedilink source parent [–] seitanic@lemmy.sdf.org 2 points 2 years ago Yeah, if that's the only reason, changing your shell is overkill. permalink fedilink source parent [–] Astaroth@lemm.ee 1 point 2 years ago 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" permalink fedilink source parent
[–] janAkali@lemmy.one 8 points 2 years ago (3 children) Or better yet, use z or zoxide: "z down" will fuzzy match the "~/Download" folder. permalink fedilink source parent hideshow 3 child comments replies: [–] words_number@programming.dev 4 points 2 years ago This is the way! permalink fedilink source parent [–] seitanic@lemmy.sdf.org 2 points 2 years ago Yeah, if that's the only reason, changing your shell is overkill. permalink fedilink source parent [–] Astaroth@lemm.ee 1 point 2 years ago 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" permalink fedilink source parent
[–] words_number@programming.dev 4 points 2 years ago This is the way! permalink fedilink source parent
[–] seitanic@lemmy.sdf.org 2 points 2 years ago Yeah, if that's the only reason, changing your shell is overkill. permalink fedilink source parent
[–] Astaroth@lemm.ee 1 point 2 years ago 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" permalink fedilink source parent