ruyadorno/git-bc

Instant search (filter list)

Opened this issue ยท 5 comments

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.

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

๐Ÿ‘ looking good!

FYI I have a open PR for this now, feedback is wanted. SBoudrias/Inquirer.js#265