pick
pick copied to clipboard
create curses based interactive selection list in the terminal
I'm trying to offer a helpful description rendered with rich and then having options on how to proceed at the bottom with pick
Allows disabling options by crossing out disabled lines like stated in [Issue #29](https://github.com/wong2/pick/issues/29) with an optional argument `disabled_options` that uses tuples as input 
i made a small script to add extentions to my project. it works perfectly in vs code but crashes in CMD. here is my code `` from pick import pick...
I'm new to Python, i don't know why this code "option, index = pick(options, title)" make my kernel reboot. I've installed pick by "pip install pick" and i imported it...
Hello, I used your code to build a SSH bastion to connect to all my servers. Very useful though, thanks :) I would like to know how could it be...
I have a use-case for pick where i want to display say items 1..8, but two of them, 3 and 6 are not viable options, but 'known' to the underlying...
https://github.com/jquast/blessed * easier to maintain curses related code * text format & color support
It would be nice if you could filter your options on the fly by typing. For example, if my list of options is: - b - ab - a And...
Great utility "pick". Just wondering how to exit out of the menu that is displayed if the user decides that they do not want to pick anything because what they...