AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.72k stars 1.09k forks source link

feat: improve command palette with fuzzy search #1727

Open mhssmnn opened 1 month ago

mhssmnn commented 1 month ago

When typing in workflow names using the command palette, I often find myself wanting Sublime Text like fuzzy matching so I don't have to remember the full, exact name of the workflow.

This PR adds the fuzzaldrin-plus package, (a rewrite of fuzzaldrin used in the Atom editor) and uses it in the command palette to filter workflows.