dialoguer
dialoguer copied to clipboard
Feature: Multi Fuzzy Select
In the glab
CLI tool, there are dialogues where you can select labels for issues for example. These act a lot like the MultiSelect
prompt of this crate here, but they have the bonus of including a fuzzy search.
You can basically:
- type a work to refine the search
- toggle selection with space bar
- confirm the selction with
Enter
I would love to see something similar in this lib here.
May I ask why you closed you pull request? I’d rather continue using dialoguer instead of other crates.
@mrchilliballs I didn't feel like I wanted to finish that. It's still there so feel free to pick the PR up. The changes aren't too technical