CLI Tool
42.6k 2026-04-18

sharkdp/fd

A fast, user-friendly, and intuitive command-line utility for finding files, serving as a modern alternative to the traditional 'find' command.

Core Features

Intuitive syntax: `fd PATTERN` instead of `find -iname '*PATTERN*'`.
Very fast due to parallelized directory traversal.
Smart case search and ignores hidden/gitignore files by default.
Supports regular expression (default) and glob-based patterns.
Uses colors to highlight different file types and supports parallel command execution.

Detailed Introduction

fd is a modern, high-performance command-line utility designed to efficiently locate files and directories within a filesystem. It offers a user-friendly and intuitive syntax, making it a powerful and often faster alternative to the traditional 'find' command. With key features like parallelized directory traversal for significant speed improvements, smart case sensitivity that adapts to user input, default ignoring of hidden files and those specified in .gitignore, and robust support for both regular expressions and glob patterns, fd streamlines file searching for developers and system administrators. It significantly enhances productivity by providing sensible defaults, clear, color-coded output, and options for parallel command execution on search results.

OSS Alternative

Explore the best open source alternatives to commercial software.

© 2026 OSS Alternative. hotgithub.com - All rights reserved.