@zeldrisho/pi-file-search
Pi extension that guides agents to prefer fd for file discovery
Package details
Install @zeldrisho/pi-file-search from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@zeldrisho/pi-file-search- Package
@zeldrisho/pi-file-search- Version
0.3.0- Published
- Jul 20, 2026
- Downloads
- 208/mo · 208/wk
- Author
- zeldrisho
- License
- MIT
- Types
- extension
- Size
- 3.9 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@zeldrisho/pi-file-search
Pi extension that guides coding agents to use fd for file and directory discovery instead of find by default.
Install
Install fd and ensure it is available on your PATH, then install the package:
pi install npm:@zeldrisho/pi-file-search
To try it for one session without installing it:
pi -e npm:@zeldrisho/pi-file-search
The extension adds file-search guidance when Pi's bash tool is active. It recommends fd --glob for glob-style path matching and falls back to find when fd is unavailable or cannot express the required search.
fd can replace many recursive filename glob searches, but it does not replace shell glob expansion or every programmatic glob API.
Uninstall
pi remove npm:@zeldrisho/pi-file-search