VibeHunt
Back to browse
fd

fd

A simple, fast and user-friendly alternative to `find`.

Source

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

Sign in to leave a review.

Loading reviews…

Similar apps