fd is a git-aware, simple, fast and user-friendly alternative to find.
https://github.com/sharkdp/fd| Installer Source| Releases (json) (tab)
fd is a git-aware, simple, fast and user-friendly alternative to find.
https://github.com/sharkdp/fd| Installer Source| Releases (json) (tab)
To update or switch versions, run webi fd@stable
(or @v8.2
, @beta
, etc).
These are the files / directories that are created and/or modified with this install:
~/.config/envman/PATH.env
~/.config/fd/ignore
~/.local/bin/fd
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:
fd --help