PyInquirer
PyInquirer copied to clipboard
Adding new prompt type of listwithfilter
This new prompt type is just like list except when you type it filters the list of choices to those that match the text you have typed. I have tested and it is interchangeable with any list type. Just chance it from list to listwithfilter.
Much of the work was already done. I just had to modify someone elses script to work with PyInquirer. Credit goes to @gbataille for the majority of the work. Original file can be found here: https://github.com/gbataille/password-organizer/blob/master/password_organizer/cli_menu/prompts/listmenu.py
thanks for the mention 👍
@CITGuru , are you still maintaining this project?
@CITGuru, any updates?
This new prompt type is just like
listexcept when you type it filters the list of choices to those that match the text you have typed. I have tested and it is interchangeable with anylisttype. Just chance it fromlisttolistwithfilter.Much of the work was already done. I just had to modify someone elses script to work with PyInquirer. Credit goes to @gbataille for the majority of the work. Original file can be found here: https://github.com/gbataille/password-organizer/blob/master/password_organizer/cli_menu/prompts/listmenu.py
when the list is long it doesn't scroll down (