[FR] Add completion and other input usability features
See original GitHub issueWhat’s the problem of not having this feature? I would consider myself handy with the shell, and find myself pressing tab and the arrow-keys when typing commands, and pressing the up-arrow to repeat a command with a small change. All of this does not lead to the expected behavior in GST.
Describe the solution you would like It would be really cool if GST could support completion and using the arrow-keys when typing. Does the current architecture of GST allow for such a feature in theory?
Additional information
The haxor-news cli is also written in python and has a marvelous way of handling input. I mean the mode that is entered with the haxor-news command: the interactive mode. The picture illustrates the behavior.

I love this application! Please keep it up ❤️
Issue Analytics
- State:
- Created 2 years ago
- Comments:5

Top Related StackOverflow Question
We already have this in place, you need to set the Feature Flag to True on the feature_flags.py file.
Thanks @DidierRLopes this is what I meant.