Shameless plug: Elvish is a shell with a filesystem navigator built in - you can see it in demo 5 on the homepage https://elv.sh
i have been looking at elvish from time to time (ever since we met in beijing :-). but i am missing two key features: autosuggestion: type something and then suggest a command from the history that matches what i typed. non-incremental history: if the autosuggestion is not the right one, use arrow keys to search for a better one. fish has both. zsh has a module for autosuggestion. but if the suggestion is wrong then…
https://github.com/bAndie91/tools/blob/master/user-tools/rn
and
https://github.com/bAndie91/tools/blob/master/user-tools/ren...