Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Vai al file
Sebastian Lohff 411bb3a7fe
Group selection icons in CliMultiMenu API
4 anni fa
clintermission Group selection icons in CliMultiMenu API 4 anni fa
examples Group selection icons in CliMultiMenu API 4 anni fa
.gitignore Initial commit 5 anni fa
LICENSE Initial commit 5 anni fa
README.md Improve README.md a tiny bit 4 anni fa
requirements.txt Initial commit 5 anni fa
setup.cfg Make setup.cfg release ready, move to GitHub 4 anni fa
setup.py Initial commit 5 anni fa

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.