Modern CLI
fd Commands
fd is a simple, fast, and user-friendly alternative to find. Features sensible defaults, colorized output, and regex support.
8 commands
Pro Tips
fd ignores hidden files and .gitignore by default - use -H to include them.
Use -x to execute commands on each result, similar to find -exec.