fpf-cli 1.6.60 → 1.6.62
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
|
@@ -40,7 +40,7 @@ fpf --refresh
|
|
|
40
40
|
|
|
41
41
|
By default, `fpf` auto-detects your package manager.
|
|
42
42
|
|
|
43
|
-
On every OS, default auto mode includes all supported detected managers. If both `bun` and `npm` are available,
|
|
43
|
+
On every OS, default auto mode includes all supported detected managers. If both `bun` and `npm` are available, no-query startup keeps `bun` and skips `npm`; typed query searches include both.
|
|
44
44
|
|
|
45
45
|
For no-query startup (`fpf`), each manager uses a lighter default query and per-manager result cap to keep startup responsive.
|
|
46
46
|
|
|
@@ -107,6 +107,7 @@ Installed packages are marked with `*` in the result list.
|
|
|
107
107
|
- `FPF_RELOAD_DEBOUNCE`: reload debounce seconds (default `0.12`)
|
|
108
108
|
- `FPF_DYNAMIC_RELOAD_BYPASS_QUERY_CACHE=1`: bypass query cache during live reloads (default `1` for freshest results); set `0` to prefer cached reloads
|
|
109
109
|
- `FPF_PERF_TRACE=1`: print per-stage timing lines to stderr (`manager-resolve`, `search`, `merge`, `mark`, `rank`, `limit`, `fzf`, `dynamic-reload`)
|
|
110
|
+
- `FPF_NO_QUERY_INCLUDE_INSTALLED_MARKERS=1`: force installed-marker lookups on no-query multi-manager startup (default skips marker lookups there for faster startup)
|
|
110
111
|
- `FPF_ENABLE_QUERY_CACHE`: `auto` (default), `1`, or `0` (`auto` enables query cache for `apt`, `brew`, `pacman`, and `bun`)
|
|
111
112
|
- `FPF_QUERY_CACHE_TTL`: global query-cache TTL override seconds for heavy managers (defaults: `apt=180`, `brew=120`, `pacman=180`; set `0` to always refresh)
|
|
112
113
|
- `FPF_APT_QUERY_CACHE_TTL`, `FPF_BREW_QUERY_CACHE_TTL`, `FPF_PACMAN_QUERY_CACHE_TTL`: per-manager query-cache TTL overrides
|
package/bin/fpf-go-darwin-amd64
CHANGED
|
Binary file
|
package/bin/fpf-go-darwin-arm64
CHANGED
|
Binary file
|
package/bin/fpf-go-linux-amd64
CHANGED
|
Binary file
|
package/bin/fpf-go-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|