Go to file
Sebastian Lohff 46a863b3cf Remove broken space keyboard binding for accept
Originally space was thought out to also accept the selection, but only
a broken binding was added. As we want to use space for selections in
the future we now remove it entirely.
2020-08-05 02:34:36 +02:00
clintermission Remove broken space keyboard binding for accept 2020-08-05 02:34:36 +02:00
examples Add theme example 2019-08-15 15:13:18 +02:00
.gitignore Initial commit 2019-01-31 23:58:29 +01:00
LICENSE Initial commit 2019-01-31 23:58:29 +01:00
README.md Initial commit 2019-01-31 23:58:29 +01:00
requirements.txt Initial commit 2019-01-31 23:58:29 +01:00
setup.cfg Initial commit 2019-01-31 23:58:29 +01:00
setup.py Initial commit 2019-01-31 23:58:29 +01:00

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