Is there any way to get in the console a functionality like ido find file mode for Emacs?
For those not familiar with it is a way to recuresevely find files with autocomplete functionality (with no need of TAB), I think is can be also called fuzzy completion.
You can see a video of what I’m talking about here:
Find File in Emacs
I’ve started work on a bash completion module to do (non-recursive) fuzzy completion. It currently works, but with a few quirks I’m trying to iron out.
https://github.com/mgalgs/fuzzy_bash_completion
Usage:
More usage info on the github page.