Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Přejít na soubor
Sebastian Lohff 775c50ed6f
Add support for cursorless menus
před 4 roky
clintermission Add support for cursorless menus před 4 roky
examples Add support for cursorless menus před 4 roky
.gitignore Initial commit před 5 roky
LICENSE Initial commit před 5 roky
README.md Improve README.md a tiny bit před 4 roky
requirements.txt Initial commit před 5 roky
setup.cfg Make setup.cfg release ready, move to GitHub před 4 roky
setup.py Initial commit před 5 roky

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.