Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Go to file
Sebastian Lohff 775c50ed6f
Add support for cursorless menus
il y a 4 ans
clintermission Add support for cursorless menus il y a 4 ans
examples Add support for cursorless menus il y a 4 ans
.gitignore Initial commit il y a 5 ans
LICENSE Initial commit il y a 5 ans
README.md Improve README.md a tiny bit il y a 4 ans
requirements.txt Initial commit il y a 5 ans
setup.cfg Make setup.cfg release ready, move to GitHub il y a 4 ans
setup.py Initial commit il y a 5 ans

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.