Documentation
¶
Overview ¶
Package fuzzy implements an fzf-inspired fuzzy scorer for command pickers.
Scoring strategy:
- Sequential letter match (prefix run): highest bonus
- Word boundary match (after space/hyphen/underscore/slash/dot): medium bonus
- Consecutive matched characters: per-run bonus
- Smart case: case-insensitive unless pattern contains an uppercase letter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.