-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instant search (filter list) #4
Comments
Yeah, it's a great idea, @zeachco might also be interested in following since he proposed the same thing 😄 The trickiest part is how to plug the filtering functionality along with Inquirer.js (the node dependency that provides the interactive menu). I'd be happy to review a contribution for that and might give it a try in the future if nobody else comes up with a PR first. Thanks! |
Looked at it and I think inquirer is already working on an auto-complete feature (SBoudrias/Inquirer.js#225) I also feel it would be a ore logical place to have it |
slowly getting there: |
👍 looking good! |
FYI I have a open PR for this now, feedback is wanted. SBoudrias/Inquirer.js#265 |
Hi, this addon is very handy. It would be even better if I could press a key like
/
and type a keyword and have the options filtered based on that.The text was updated successfully, but these errors were encountered: