選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
ファイルへ移動
Sebastian Lohff 648d5c956e
Use option text as title if no value is given
4年前
clintermission Use option text as title if no value is given 4年前
examples Add theme example 5年前
.gitignore Initial commit 5年前
LICENSE Initial commit 5年前
README.md Initial commit 5年前
requirements.txt Initial commit 5年前
setup.cfg Initial commit 5年前
setup.py Initial commit 5年前

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