petereon / beaupy

A Python library of interactive CLI elements you have been looking for
https://petereon.github.io/beaupy/
MIT License
183 stars 13 forks source link

Provide parameter which will enable optional manipulation of the list of options to select and select_multiple before rendering #3

Closed petereon closed 1 year ago

petereon commented 1 year ago

Say if user wanted to select people based on name, he could provide a list of Person objects with name and age and a selector like lambda person: person.name to preselect only the name prior to rendering