mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 12:22:33 +00:00
No description
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
fd
fd
is a modern, convenient and fast replacement for find
.
Features
- Convenient syntax:
fd PATTERN
instead offind -iname '*PATTERN*'
. - Colorized output.
- Regular expressions.
- Smart case: the search is case-insensitive by default, but will be case-sensitive if the pattern contains an uppercase character.
- Ignore hidden directories / files by default.
- Unicode-aware.
- The command name is 50% shorter than
find
:-).
Demo
Build
cargo build --release
Install
cargo install
The release page also includes precompiled binaries for Linux.