pick icon indicating copy to clipboard operation
pick copied to clipboard

create curses based interactive selection list in the terminal

Results 40 pick issues
Sort by recently updated
recently updated
newest added

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 ![demo](https://user-images.githubusercontent.com/75815262/181289998-7d977806-8e23-4ae3-a3dc-51da139141d7.gif)

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...

help wanted
feature-request

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...

help wanted
feature-request

https://github.com/jquast/blessed * easier to maintain curses related code * text format & color support

help wanted

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...

feature-request

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...