Zod
Zod is a TypeScript-first schema validation library with static type inference.

The lightning-fast, user-friendly Rust alternative to the classic 'find' command.

fd is a high-performance command-line utility designed as a modern successor to the legacy GNU 'find' command. Written in Rust, it leverages a highly parallelized directory traversal engine that significantly outperforms traditional tools in both speed and memory efficiency. From a 2026 market perspective, fd has become the industry standard for file discovery within AI-driven development environments, providing the foundational indexing speed required for Local RAG (Retrieval-Augmented Generation) systems and AI coding agents like Aider and OpenDevin. Unlike 'find', fd features a human-centric design: it employs smart-case sensitivity by default, respects .gitignore rules to prevent indexing of noise (like node_modules), and provides colorized terminal output for immediate visual parsing. Its architecture is optimized for modern NVMe storage and multi-core processors, making it indispensable for DevOps engineers managing massive monorepos or data scientists scanning petabyte-scale datasets for specific training files. It integrates seamlessly with other Unix-style tools via piping and its own integrated execution flag, facilitating complex batch-processing tasks in fraction of the time required by POSIX-compliant alternatives.
fd is a high-performance command-line utility designed as a modern successor to the legacy GNU 'find' command.
Explore all tools that specialize in regex-based matching. This domain focus ensures fd delivers optimized results for this specific requirement.
Uses the ignore and walk crates to perform multi-threaded recursive directory walks.
Searches are case-insensitive by default but switch to case-sensitive if an uppercase letter is typed.
Automatically reads and respects .gitignore and .ignore files during the walk.
Provides the -x/--exec and -X/--exec-batch flags for running commands on search results.
By default, outputs paths relative to the current directory unless absolute paths are requested.
Supports full regular expression patterns for complex file matching logic.
Uses LS_COLORS environment variables to highlight different file types in the output.
Install via package manager (e.g., 'brew install fd' on macOS or 'apt install fd-find' on Ubuntu).
Alias the command from 'fdfind' to 'fd' if required by your distribution's naming conventions.
Execute basic search using 'fd pattern' to find files matching a specific string.
Use the '-e' flag to filter results by specific file extensions (e.g., fd -e md).
Implement 'fd -H' to include hidden files and directories in your search parameters.
Combine with '-x' or '--exec' to perform operations on every file found (e.g., fd -e jpg -x convert).
Configure custom ignore patterns using a global '.fdignore' file in your home directory.
Integrate with 'fzf' for an interactive, fuzzy-finding search experience.
Use the '--changed-within' flag to filter files by modification date for backup automation.
Deploy within CI/CD pipelines to validate file structures or clean build artifacts.
All Set
Ready to go
Verified feedback from other users.
"Users overwhelmingly praise fd for its speed and intuitive syntax compared to 'find'. The smart defaults (ignoring .git) are cited as the primary reason for switching."
Post questions, share tips, and help other users.
Zod is a TypeScript-first schema validation library with static type inference.
ZenML is the AI Control Plane that unifies orchestration, versioning, and governance for machine learning and GenAI workflows.
Powering the immersive web

A comprehensive XR platform for creating and deploying immersive experiences.

Zapier unlocks transformative AI to safely scale workflows with the world's most connected ecosystem of integrations.

Easy online file conversion supporting 1100+ formats with a developer-friendly API.
YugabyteDB is a distributed SQL database designed for cloud-native applications, offering high availability, scalability, and PostgreSQL compatibility.
ytt (Carvel) is a tool for templating and patching YAML configurations, making them reusable and extensible.