fd
A simple, fast and user-friendly alternative to `find`.
The program searches the filesystem for entries matching a pattern, offering a concise command line interface that replaces the longer syntax of traditional tools. Patterns are interpreted as regular expressions by default, with optional glob syntax, and the search is case‑insensitive unless an uppercase character appears. It traverses directories in parallel, making it faster than many alternatives, and highlights results with colors similar to standard listings.
Typical use cases include locating files by name, extension, or content across a project, listing all entries recursively, or filtering out hidden and ignored paths. By default it skips hidden files and respects `.gitignore` rules, though flags exist to include those items or to ignore the ignore list entirely. The tool also supports executing commands on matches in parallel.
It is a stable, command‑line‑available utility aimed at developers and system users who need a quick, opinionated replacement for the conventional find command, with sensible defaults and optional fine‑tuning via command line options.
Reviews
Loading reviews…
Similar apps
File Management & Transfer
ripgrep
A line-oriented search tool that recursively searches your current directory for a regex pattern.

File Management & Transfer
fselect
Find files with SQL-like queries.

Clipboard, Input & Automation
fzf
A general purpose command-line fuzzy finder, can be used with any list: files/directories, command history, processes, hostnames…

File Management & Transfer
skim
A general fuzzy finder written in Rust, similar to fzf.
File Management & Transfer
bat
A cat clone with syntax highlighting.
File Management & Transfer
ffsend
Quick file share.