D or d come on

Gollum@feddit.de to Programmer Humor@programming.dev – 1379 points –
225

You are viewing a single comment

Use Zsh or Fish and tab completion.

Or better yet, use z or zoxide:
"z down" will fuzzy match the "~/Download" folder.

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"