What problem does it solves?
This Skill replaces the cumbersome find command with fd, offering a fast, intuitive, and user-friendly way to locate files and directories. It drastically reduces the time and complexity involved in file system navigation and management.
Core Features & Use Cases
- Intuitive Syntax: Search with simple patterns, making file discovery effortless compared to
find.
- Smart Defaults: Benefits from case-insensitive search, automatic
.gitignore respect, and colored output for clarity.
- Advanced Filtering & Execution: Filter by file type, size, modification time, and execute commands on search results in parallel.
- Use Case: Instantly find all JavaScript files (
.js) modified in the last 24 hours across your entire project, or quickly identify and remove all temporary backup files (.bak, ~) to free up disk space.
Quick Start
Use the fd-search skill to find all Python files (.py) in your current directory and its subdirectories.