All Classes and Interfaces
Class
Description
Controls how character case is compared during matching.
Scores a query against candidate strings, fzf-style.
An item paired with its match result.
An inline, fzf-style fuzzy selector for Tamboui.
A clean-room port of fzf's
FuzzyMatchV2 algorithm.Static factory entry points for garnish components, mirroring Tamboui's
Toolkit factory
style.A
FuzzyMatcher that adds fzf's query grammar on top of another matcher.The outcome of matching a query against a single candidate string.
Carries all presentation and behaviour configuration for a
FuzzyPicker.A bundle of icon strings for a
FuzzyPicker.The outcome of running a picker.
A bundle of styles for a
FuzzyPicker, for consumers that prefer a programmatic theme over
CSS.Where the preview pane sits relative to the query and result list.
Parses an fzf-style query string into AND-of-OR groups of
Terms.A single term in an fzf-style query.
An exact-substring term (
'foo).A fuzzy subsequence term.
A negated term (
!foo): the candidate must NOT match inner.A prefix-anchored term (
^foo).A suffix-anchored term (
foo$).