| name | fd |
| description | Use this skill when the user wants to find files in the filesystem, search by extension, find directories, or replace find with a faster alternative. |
fd Plugin
A fast and user-friendly alternative to find.
Commands
Find
fd find run — Find files by pattern
fd find extension — Find files by extension
fd find type — Find files by type (file, directory, etc.)
Usage Examples
- "Find all markdown files"
- "Search for files named test"
- "Find all directories"
- "Find executables"
Installation
cargo install fd-find
brew install fd
Examples
fd "pattern"
fd -e md
fd -t f
fd -t d
fd "PATTERN"
fd "^src"
fd -p "src"
Common Flags
-e — Filter by extension
-t f — Files only
-t d — Directories only
-t x — Executables
-H — Include hidden
-I — Ignore gitignore
-l — Long listing format
-S size — Filter by size