CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Is there an inline search in the checkbox type options? #149

Open spotlesscoder opened 3 years ago

spotlesscoder commented 3 years ago

Consider a case where you have many options in the checkbox type select menu.

If I'm looking for a specific option I want to be able to press a keyboard shortcut in order to find an option by search term with string.contains like search.

Like when in nano you press CTRL + w