Favicon of fd

fd

A fast, user-friendly Rust-based file finder that replaces the traditional find command with simpler syntax, smart case searching, and .gitignore support.

fd is a command-line utility that makes finding files in your filesystem faster and easier than traditional tools. Built in Rust for performance, it offers an intuitive alternative to the classic find command with sensible defaults that work for most use cases.

Key capabilities include:

  • Intuitive syntax - Search with simple patterns like fd PATTERN instead of complex find syntax
  • Regular expressions and glob patterns - Flexible matching with regex by default or glob-based patterns
  • Blazing fast performance - Parallel directory traversal maximizes speed across multiple cores
  • Smart case sensitivity - Automatically switches between case-insensitive and case-sensitive matching based on your pattern
  • Colorized output - Visual file type highlighting similar to ls for better readability
  • Git-aware searching - Respects .gitignore rules by default, skipping ignored files and directories
  • Parallel command execution - Run external commands on search results efficiently with -x and -X options
  • Smart defaults - Hides hidden files and directories automatically, reducing noise in results

Whether you need to find files by extension, search full paths, execute batch operations, or simply list directory contents recursively, fd provides a cleaner, faster experience with minimal learning curve compared to traditional Unix tools.

Install

Apt
$ apt install fd-find
Apt
$ apt-get install fd

Features

JSON outputScriptableTrue color

Media

Pros

5
  • Faster than traditional find command
  • Intuitive and simpler syntax
  • Supports regular expressions and glob patterns
  • Parallelized directory traversal for speed
  • Smart case searching and .gitignore support

Related tools

Share:

Auto-fetched .

Recent releases

Similar to fd

Favicon

 

  
 
Favicon

 

  
 
Favicon