Go to file
Sebastian Lohff 2f2049bfef Add k/j as up/down keys 2019-02-04 11:36:07 +01:00
clintermission Add k/j as up/down keys 2019-02-04 11:36:07 +01:00
examples Add two simple examples 2019-02-01 00:03:42 +01: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