package fzf
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A library for running the fzf command line tool
Install
dune-project
Dependency
Authors
Maintainers
Sources
fzf-v0.16.0.tar.gz
sha256=c05d197ff918cd4f2c4f458852cf2d1f597b5f4d74949500f51a19d9ade66209
doc/CHANGES.html
Release v0.16.0
Fzf.of_escaped_stringsandFzf.of_strings_raise_on_newlinesnow returnstring Fzf.tFzf.of_escaped_strings_assocwas added- Summarizes/display items in a human-friendly way
- Maintains a reverse map
- Handles duplicate items or ambiguous string mappings with
on_collisionparameter (Raise,Update, orIgnore)
Fzf.Streaming.lookup_selectionwas added- Allows for a decoded value to be extracted
Fzf.complete_enumerable_sexpable- Generates auto-complete options for a given
Command.Enumerable_sexpablemodule
- Generates auto-complete options for a given
Fzf.key_with_hidden_partwas added- Creates a key with a hidden part. Fzf will show only the visible part but will search in both visible and hidden parts.
- Fzf pick functions gained:
fzf_pathallowing one to specifying a custom path for the Fzf executable- Optional
case_matchparameter allowing a user to specifying case matching behavior:case_insensitive,case_sensitive, orsmart_case
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>