I want completion like in emacs that if there is only a sole completion to the command you are typing, than you don't need to type it all.
For example:
package ins
is enough instead of typing the whole:
package install
Is there a package or script that does that?
I am looking for a solution that doesn't require hitting the tab key but rather hitting the enter straight away and having a script do the auto completion before running the command.
fish shell
– George Udosen Sep 18 '17 at 07:06RETURN
to complete and execute the command in one step" not withTAB
:D – αғsнιη Sep 18 '17 at 11:18