mirror of
https://github.com/sharkdp/fd.git
synced 2026-09-19 01:43:05 +08:00
3ee77feddce57a37b0e476a77d5e8de6e4d64cc3
fnd
A modern, convenient and fast replacement for find.
Features:
- Easy syntax.
fnd PATTERNinstead offind -iname '*PATTERN*'. - Colored output.
- Regular expressions.
- The command name is 25% shorter than
find:-).
Examples
> fnd
src
src/fnd.cpp
README.md
LICENSE
CMakeLists.txt
> fnd cpp
src/fnd.cpp
> fnd '[A-Z].*'
README.md
LICENSE
CMakeLists.txt
Build
cmake .
make
Languages
Rust
92.5%
Shell
6.6%
Makefile
0.7%
Awk
0.2%