We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
feat: fuzzy find without sorting Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Matching is has become twice as slow The slowness is because we now use an interface in Find.
Add `\` as a separator. Fixes #7
Mention that extensive docs available
Return all matches regardless of their score.
Add a mention about speed