mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-31 01:15:43 +08:00
12bfee0bec5024b0633755d9dd18d9396cbe9783
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
Description
Languages
Rust
92.4%
Shell
6.7%
Makefile
0.7%
Awk
0.2%