A Python library for interacting with FZF (fuzzy finder) by wrapping its command-line interface. Currently at version 0.1.17, with infrequent releases. Requires Python >=3.6.
pip install fzflibNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create an Fzf instance and call run() with a list of choices.
Install fzf (e.g., `brew install fzf` on macOS, or via your package manager) before using fzflib.
Use the public API methods instead of directly accessing subprocess internals.
Use `.output` to get the list of selected items, or `.raw_lines()` for more control.
No dependency data recorded yet.