選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
ファイルへ移動
Sebastian Lohff 775c50ed6f
Add support for cursorless menus
4年前
clintermission Add support for cursorless menus 4年前
examples Add support for cursorless menus 4年前
.gitignore Initial commit 5年前
LICENSE Initial commit 5年前
README.md Improve README.md a tiny bit 4年前
requirements.txt Initial commit 5年前
setup.cfg Make setup.cfg release ready, move to GitHub 4年前
setup.py Initial commit 5年前

README.md

Clintermission - Python CLI Intermission Library

clintermission is a small Python library designed to quickly get a selection of a single or multiple items from a user. The menu shown is explicitly not a fullscreen menu so the user can use information in their console history to make a selection.

The menu is implemented by using prompt-toolkit's Buffer class.

Inspired by go promptui.