2
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Datei suchen
Sebastian Lohff 74a411a52e
Allow per-item styling for text and options
vor 4 Jahren
clintermission Allow per-item styling for text and options vor 4 Jahren
examples Allow per-item styling for text and options vor 4 Jahren
.gitignore Initial commit vor 5 Jahren
LICENSE Initial commit vor 5 Jahren
README.md Improve README.md a tiny bit vor 4 Jahren
requirements.txt Initial commit vor 5 Jahren
setup.cfg Make setup.cfg release ready, move to GitHub vor 4 Jahren
setup.py Initial commit vor 5 Jahren

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.