Hacker News new | ask | show | jobs
by pepemon 1491 days ago
Is there something similar available for fish?
3 comments

I believe fish already does some of these things. For example: if there is no binary available in PATH for one of the commands in your history, that command won't be suggested. Same goes for commands that have file/directory names in them that don't exist.
https://github.com/cantino/mcfly it uses small neural engine and pretty fast
How does the default fish completion compare to this I wonder? It's pretty great already.