-
feat(pi-fff): expose enableFsRootScanning flag (#588) (#589)
发布于
2026-06-11 05:06:56 +00:00 - feat(pi-fff): expose enableHomeDirScanning / enableFsRootScanning (#588)
Pipe the two FileFinder.create opt-ins through pi flags and env vars so
pi-fff can be used when launched from $HOME or /. Without these, FFF
refuses to init and the extension is unusable from those directories.- --fff-enable-home-scan / FFF_ENABLE_HOME_SCAN
- --fff-enable-root-scan / FFF_ENABLE_ROOT_SCAN
Closes #588
- feat(pi-fff): enable home dir scanning by default, drop opt-in flag
Per maintainer feedback on PR #589: launching pi from $HOME is a normal
flow; force enableHomeDirScanning=true and remove the --fff-enable-home-scan
flag/env. Root scanning remains opt-in via --fff-enable-root-scan.- test(pi-fff): drop scanning opt-in flag tests
Co-authored-by: gustav-fff 286169375+gustav-fff@users.noreply.github.com
下载附件