fd
A simple, fast, and user-friendly alternative to find
File Management & Navigation
Rust
replaces find
fd is a program to find entries in your filesystem. It is a simple, fast, and user-friendly alternative to find with sensible defaults and colorized output.
Install
brew
brew install fd
cargo
cargo install fd-find
apt
apt install fd-find
Demos
▶ GIF
fd — Dracula theme
@agentgif
▶ GIF
fd --type f --extension md — find Markdown files
@agentgif
▶ GIF
fd — Nord theme
@agentgif
▶ GIF
fd — Gruvbox Dark theme
@agentgif
▶ GIF
fd .py — find Python files fast
@agentgif
▶ GIF
fd — fd vs find
@agentgif
▶ GIF
find — fd vs find
@agentgif
▶ GIF
fd — Tokyo Night theme
@agentgif
▶ GIF
fd -H .env — find hidden .env files
@agentgif
▶ GIF
fd — Fast and User-Friendly Alternative to find
@agentgif
▶ GIF
fd -e rs --exec wc -l — find and run a command on results
@agentgif
Related Tools
broot
A new way to see and navigate directory trees
diskonautTerminal disk space navigator with a visual map
dufDisk Usage/Free utility with a colorful, modern interface
dustA more intuitive version of du written in Rust
erdtreeA multi-threaded file-tree visualizer and disk usage analyz…
ezaA modern replacement for ls with icons and git integration
fzfA command-line fuzzy finder that works with any list
gduFast disk usage analyzer with console interface written in …