選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
ファイルへ移動
Sebastian Lohff 0517b4d996
Return no selection if the user aborted selection
5年前
clintermission Return no selection if the user aborted selection 5年前
examples Add two simple examples 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