1
So we can use dialog --menu ...
to make a menu. And we can quick select the option by first letter of the tag. I want dialog
to register keystrokes and perform the autocomplete. E.g. we have 3 options:
- Apply migrations
- Create new branch
- Exterminate
If I fill the textbox (a field which is supposed to be filled to perform the autocomplete) something like ter
, then menu options shrink just to one option
- Exterminate
So then I can just hit tab
and select this option (or navigate using arrows if there are more options)
How? :)