Skip to main content

Module picker

Module picker 

Source

Structs§

ScoredMatch
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.