tmbo / questionary

Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
MIT License
1.48k stars 86 forks source link

Add prefix filter search in select control #33

Open gbataille opened 4 years ago

gbataille commented 4 years ago

As featured here (when selecting the AWS region) https://asciinema.org/a/AyujEPdjcDmSPoOK26pTozCiO

@tmbo thanks for pointing me here from PyInquirer. Looks like the more modern/maintained alternatives (latest lib, tests, ...)

I'll try to use questionary soon and if it's all good, I'll contribute the filter that I have built that I find very practical on long lists like the one I'm dealing with.

tmbo commented 4 years ago

The filter looks really cool, would love to integrate that :rocket:

gbataille commented 4 years ago

Hey @tmbo so I migrated my code to questionary. https://github.com/gbataille/password-organizer/pull/1

What I like

What I'm missing

I'll try and do individual issues/PR in your repo for all those points, unless you feel otherwise

Cheers

gbataille commented 4 years ago

pending work here https://github.com/gbataille/questionary/tree/prefix_filter_search