fd is a git-aware, simple, fast and user-friendly alternative to find.
fd is a git-aware, simple, fast and user-friendly alternative to find.
webi fd@stable
Use the @beta
tag for pre-releases.
fd
is a modern, git-aware, syntax-enabled alternative tofind
that handles unicode, respects.gitignore
, and ignores hidden directories by default.
fd
Anytime you use only lowercase letters, it's case-insensitive by default.
fd foo
All .
files and folders, and anything in .gitignore
are ignored by default.
fd -s -I -H foo
Use -e
as many times as there are extensions that you want to match.
fd -e md -e mkdn -e js -e mjs
find
For options see:
hexyl --help