PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

Adding new prompt type of listwithfilter

Open timharris777 opened this issue 5 years ago • 4 comments

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

timharris777 avatar Oct 26 '20 21:10 timharris777

thanks for the mention 👍

gbataille avatar Oct 27 '20 04:10 gbataille

@CITGuru , are you still maintaining this project?

timharris777 avatar Nov 17 '20 17:11 timharris777

@CITGuru, any updates?

timharris777 avatar Dec 02 '20 22:12 timharris777

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

when the list is long it doesn't scroll down (

barbosso avatar Oct 12 '22 23:10 barbosso