fpf-cli 1.6.14 → 1.6.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/fpf +1207 -73
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,6 +89,7 @@ Installed packages are marked with `*` in the result list.
|
|
|
89
89
|
- If `fzf` is missing, `fpf` auto-installs it using a compatible detected manager.
|
|
90
90
|
- Root managers (`apt`, `dnf`, `pacman`, `zypper`, `emerge`, `snap`) use `sudo` when needed.
|
|
91
91
|
- `FPF_DYNAMIC_RELOAD`: `always` (default), `single`, or `never`
|
|
92
|
+
- If your `fzf` build does not support `--listen`, typing stays on in-memory filtering and `ctrl-r` triggers a manual refresh.
|
|
92
93
|
- `FPF_RELOAD_MIN_CHARS`: minimum query length before live reload (default `2`)
|
|
93
94
|
- `FPF_RELOAD_DEBOUNCE`: reload debounce seconds (default `0.12`)
|
|
94
95
|
- `FPF_DISABLE_INSTALLED_CACHE=1` disables installed-package marker cache
|