-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive CLI interface for each "mode" #9
Comments
PyInquirer seems to be not being maintained: CITGuru/PyInquirer#159 cmd2 doesn't seem to be a very good option for our use case ncurses is painful, see https://github.com/ctengel/pipysplitflap/blob/master/cursessim.py Other options to look at:
Windows incompatibility and too much dependence on curses/ncurses under the hood is not really an issue for us. Just want to run on Linux (via SSH Win) and not deal with curses internals. |
Ideally we have a table view where one can move around and execute operations immediately by doing keystrokes, but it wod be OK to have a scrollable/selectable list.. (checkable) and then run an operation. Could a basic WebGUI be built on this same premise? |
What about an X/Tk version? |
Inquirer list or checkbox could work |
Prompt toolkit seems just like readline on steroids Blessed is an improvement on blessings. It's really amazing and probably better than dealing with curses directly for an enhanced level table. So to start let's try inquirer. |
Simple term menu? |
Using inquirer and click...
|
Currently only new and triage modes Part of #9
Also some readme and linting Part of #9
Next steps
|
Arbitrary actions in each mode |
Split from #3 which is now focused on server-side, and includes the basis for modes/lifecycle
Features
Enablers
The text was updated successfully, but these errors were encountered: