SBoudrias / Inquirer.js

A collection of common interactive command line user interfaces.
MIT License
19.67k stars 1.28k forks source link

Could you provide the capabilty to fuzzy filter a list of items to select? #1445

Open AbigailDeng opened 1 week ago

AbigailDeng commented 1 week ago

If we use @inquirer/select we can't do filter. So we want the ability of filtering a list of items to select just like inquirer-search-list

SBoudrias commented 1 week ago

Hi, the select input will do search if you type alpha-numerical keys (just like the native select HTML element.)

For more complex search, we're leaving it to community prompts for now since it usually comes with more complex and different requirements.