Sebastian Lohff
f0e5b7bb58
This uses prompt-toolkit's builtin search functionality to search through the buffer representing the menu, allowing the user to navigate faster through the entries |
||
---|---|---|
clintermission | ||
examples | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
README.md
CLI-Intermission
Tool to easily ask your user questions on the commandline. Interactive!
...by abusing python prompt-toolkit's Buffer
class.
Highly inspired by go promptui