Run short command without autocompletion #186
illukin
started this conversation in
Ideas / Feature requests
Replies: 2 comments 2 replies
|
This is currently not feasible, and that would require new development. |
0 replies
Of course I can ) So you can type
I understand. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I have a few commands, for example:
If I type
hand pressTABI will gethelpand after that I can pressENTERand execute help command.But I want just type
hand after that pressENTERwithout pressTABbutton.Is it possible to run short command if we can explicitly identify it?
It is useful when you should type long command, for example:
Instead of
show interface eth0 statusyou can simply types i eth0 sAll reactions