
A simple, fast, and user-friendly alternative to the 'find' command for filesystem searches.
Visit WebsiteFreeVisit Website
Tracked since2026
0 reviews trackedThe Bottom Line
Entry price
Free, no paid tier
Biggest pro
Significantly faster than 'find' due to parallelization
Biggest con
Does not aim to support all of 'find's powerful and complex functionality
TL;DR - Fd
- Fast and user-friendly alternative to the 'find' command.
- Uses intuitive syntax, regular expressions, and glob patterns.
- Ignores hidden files and .gitignore patterns by default for cleaner results.
Pricing: Free forever
Best for: Individuals & startups
What is Fd?
Fd is a command-line program designed to find entries in your filesystem. It serves as a modern, more intuitive, and faster alternative to the traditional 'find' utility. While it doesn't aim to replicate all of 'find's advanced functionalities, it provides sensible and opinionated defaults for common use cases, making it highly efficient for everyday searching.
This tool is ideal for developers, system administrators, and anyone who frequently uses the command line to locate files and directories. Its focus on speed, user-friendliness, and intelligent defaults (like ignoring hidden files and .gitignore patterns by default) significantly streamlines the search process, enhancing productivity for command-line users. It offers features like intuitive syntax, regular expression and glob-based patterns, parallelized directory traversal for speed, and colored output for better readability.
Available on: Linux, macOS, Windows
Pros & Cons
Pros
- Significantly faster than 'find' due to parallelization
- More user-friendly and intuitive syntax
- Sensible defaults (ignores hidden files and .gitignore) reduce noise
- Colored output improves readability of search results
- Flexible search options including regex, glob, and extension filtering
Cons
- Does not aim to support all of 'find's powerful and complex functionality
- Requires command-line usage, not suitable for GUI-only users
Preview
Key Features
Intuitive syntax (e.g., `fd PATTERN` instead of `find -iname '*PATTERN*'`)Supports regular expression (default) and glob-based patternsVery fast due to parallelized directory traversalUses colors to highlight different file types (similar to `ls`)Supports parallel command executionSmart case search (case-insensitive by default, case-sensitive if pattern contains uppercase)Ignores hidden directories and files by defaultIgnores patterns from .gitignore by default
Pricing Plans
Pricing checked Jul 6, 2026
Open Source
Free
- Full source code access
- Apache License 2.0 license
- Community support
- Self-hosted
Reviews

$99Free with your review
Write a reviewReview Fd, get a free AI guide
Share your experience and we will send you Improve Your Thinking Patterns Using ChatGPT, free.
Best Fd Alternatives
Top alternatives based on features, pricing, and user needs.
Still deciding?
Most buyers shortlist 2 or 3 tools before committing. Pull a side-by-side comparison or browse the full alternatives shortlist below.
Explore More
Fd FAQ
How does Fd improve filesystem searches for developers?
Fd streamlines filesystem searches for developers by offering a faster, more intuitive command-line experience than traditional tools. It includes sensible defaults like ignoring hidden files and patterns from .gitignore, which reduces noise and focuses results on relevant project files. This enhances productivity for those who frequently locate files and directories via the command line.
How does Fd compare to 'bat' for command-line users?
Fd is a tool specifically designed for finding entries in a filesystem, offering a faster and more intuitive alternative to the 'find' command. In contrast, 'bat' is a 'cat' clone with syntax highlighting and Git integration, serving a different purpose of viewing file content rather than locating files.
What are the main trade-offs when choosing Fd for file management?
The main trade-off when choosing Fd is that it does not aim to support all of the powerful and complex functionalities found in the traditional 'find' utility. While it excels in common use cases with its speed and user-friendliness, users requiring highly specialized or intricate search operations might find some advanced features missing. Additionally, it is a command-line tool and not suitable for users who prefer a graphical interface.
Which teams would benefit most from using Fd?
Teams of developers, system administrators, and anyone who frequently uses the command line to locate files and directories would benefit most from Fd. Its focus on speed, user-friendliness, and intelligent defaults significantly streamlines the search process, enhancing productivity for command-line-centric workflows.
How is Fd priced?
Fd is free to use, requiring no paid plans or subscriptions. It is available as a complimentary tool for command-line users.
Can Fd use regular expressions for file searches?
Yes, Fd supports regular expressions for file searches, providing flexible pattern matching capabilities. It also offers glob-based patterns and extension filtering to help users precisely locate desired files and directories.
How does Fd achieve faster search results compared to traditional tools?
Fd achieves faster search results through parallelized directory traversal, which allows it to process multiple directories concurrently. This architectural approach, combined with its optimized design, makes it significantly quicker than traditional 'find' utilities for common search tasks.
Source: github.com