Structs§
- Scored
Match - A scored match for fuzzy search.
Functions§
- batch_
fuzzy_ filter - Non-interactive batch fuzzy filter: returns matching test names.
- fuzzy_
match - Perform fuzzy matching of a query against a list of items. Returns items sorted by score (best match first).
- highlight_
match - Render matched text with highlighting using ANSI colors.
- interactive_
pick - Interactive test picker using stdin/stdout. Returns the selected test names.