aisk / pick

create curses based interactive selection list in the terminal
MIT License
722 stars 61 forks source link

Allow disabling list entries #69

Closed meow6969 closed 1 year ago

meow6969 commented 2 years ago

Allows disabling options by crossing out disabled lines like stated in Issue #29 with an optional argument disabled_options that uses tuples as input demo

wong2 commented 2 years ago

I think maybe we can accept Option object, which has these fields: label, value, disabled