mirror of
https://github.com/sharkdp/fd.git
synced 2026-09-19 01:43:05 +08:00
fba5e02c250c99f992c7d05f25ad278d20cfc9cc
fd
A modern, convenient and fast replacement for find.
Features:
- Easy syntax:
fd PATTERNinstead offind -iname '*PATTERN*'. - Colored output.
- Regular expressions.
- The command name is 50% shorter than
find:-).
Examples
> fd
README.md
src
src/main.rs
Cargo.toml
LICENSE
Cargo.lock
> fd rs
src/main.rs
> fd '^[A-Z]+$'
LICENSE
Build
cargo build
Languages
Rust
92.5%
Shell
6.6%
Makefile
0.7%
Awk
0.2%