CITGuru / PyInquirer

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

update choices when user press keyboard #152

Open mbenami opened 3 years ago

mbenami commented 3 years ago

Hi I'm using the prompt to get from the user his choice but sometimes the choices list is very large and moving only with the arrow keys is not comfterbale is there an option the have the choices update as the user starts typing with the keyboard?

for example when I press a all the choices that start with the letter a will be kept. Thanks