[TOOL_PROFILE]
fd
Fast filesystem entry finder.
search lang: all
[USE_WHEN]ALLOW
- ✓ Find files or directories by name
- ✓ Build file lists before passing them to another command
[AVOID_WHEN]BLOCK
- ✕ Searching file contents
- ✕ Structured code search
[GUARDRAILS]MANDATORY
- ⚠ Avoid piping fd output into destructive commands without reviewing the matched paths.
[DETAILS]RAW_META
- Binary
- fd
- Aliases
- fdfind
- Effects
- read_files
- Documentation
- https://github.com/sharkdp/fd#readme
[SIMILAR_TOOLS]03