HomeTerm
HomeTerm copied to clipboard
Tab autocomplete
To properly match the user-experience of a terminal HomeTerm should provide tab autocomplete. Set up a listener on tabs that will fill input based on current string.
For the first run we don't need to support tabbing through options just displaying multiple options if available and completing if only a single option is available.
i did it https://github.com/k-i-o/TermiKKio, you can gimme more tips?