fpf-cli 1.6.63 → 1.6.65

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 CHANGED
@@ -99,13 +99,15 @@ Installed packages are marked with `*` in the result list.
99
99
  - If Flatpak is detected and Flathub is missing, `fpf` attempts `flatpak remote-add --if-not-exists --user flathub ...` automatically.
100
100
  - Set `FPF_ASSUME_YES=1` to bypass confirmation prompts in non-interactive flows.
101
101
  - `FPF_DYNAMIC_RELOAD`: `always` (default), `single`, or `never`
102
- - Live reload uses `change:reload` by default for reliability (`ctrl-r` uses the same reload command).
102
+ - Live reload uses `change:reload` by default for reliability.
103
+ - In auto multi-manager mode, typing (`change`) uses a fast manager subset (`apt`/`bun`-style) while `ctrl-r` triggers a full reload across all detected managers.
103
104
  - Set `FPF_DYNAMIC_RELOAD_TRANSPORT=ipc` to opt into `--listen` + IPC query notifications on supported `fzf` builds.
104
105
  - Startup now shows a DynamicProgress-style pre-search bar with concurrent per-manager task text + elapsed time.
105
106
  - Set `FPF_LOADING_INDICATOR=0` to disable the pre-search loading indicator.
106
107
  - `FPF_RELOAD_MIN_CHARS`: minimum query length before live reload (default `2`)
107
108
  - `FPF_RELOAD_DEBOUNCE`: reload debounce seconds (default `0.12`)
108
109
  - `FPF_DYNAMIC_RELOAD_BYPASS_QUERY_CACHE=1`: bypass query cache during live reloads (default `1` for freshest results); set `0` to prefer cached reloads
110
+ - `FPF_DYNAMIC_RELOAD_MANAGERS`: override typing (`change`) live-reload manager scope (examples: `all`, `apt,bun`, `npm`)
109
111
  - `FPF_MULTI_MANAGER_SEARCH_TIMEOUT_MS`: cap per-manager search command time for multi-manager search/reload; default manager-specific caps favor responsiveness
110
112
  - `FPF_SEARCH_TIMEOUT_<MANAGER>_MS`: per-manager timeout override in milliseconds (examples: `FPF_SEARCH_TIMEOUT_FLATPAK_MS=1500`, `FPF_SEARCH_TIMEOUT_NPM_MS=1000`)
111
113
  - `FPF_BUN_ALLOW_NPM_FALLBACK_MULTI=1`: allow bun-to-npm fallback in multi-manager mode (default off to avoid duplicate/slow npm fanout)
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fpf-cli",
3
- "version": "1.6.63",
3
+ "version": "1.6.65",
4
4
  "description": "Cross-platform fuzzy package finder powered by fzf",
5
5
  "bin": {
6
6
  "fpf": "fpf"