Structsยง
- Search
Corpus ๐Engine - Search
Corpus ๐Engine Factory
Functionsยง
- base_
skim_ ๐options - Shared [
SkimOptions] base: reverse layout, no info line, accept/abort keybindings, input-order preserved during filtering. - clip_
match_ ๐range - get_
item_ from_ cli_ args_ or_ select - Returns an item derived from CLI args or asks the user to select one.
- minimal_
multi_ select - Provides a minimal interactive multi-select prompt.
- minimal_
multi_ ๐select_ internal - minimal_
multi_ select_ with_ preview - Provides an interactive multi-select prompt with a preview for each item.
- minimal_
select - Minimal interactive single-select returning
Option::Noneifitemsis empty or the user cancels. - require_
single - Require exactly one selected item.
- run_
simple_ ๐prompt - Runs [
skim] with plain-textinputlines and returnsOption::Noneon abort. - run_
skim_ ๐prompt - Feeds display-text items into [
skim] via [SkimItemReader] and returns the selection output alongside the original display texts for index recovery. - run_
skim_ ๐with_ matcher - select_
options ๐ - Configures [
SkimOptions] for single or multi-select mode with ANSI support. - simple_
prompt_ ๐options - Lightweight prompt options with a visible prompt string and fixed height.
- text_
prompt - Displays a text input prompt with the given message, allowing cancellation via
Esc/Ctrl-C. - yes_
no_ select - Displays a yes/no selection prompt.