1404
D or d come on
(i.imgur.com)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
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"