find
Installation
SKILL.md
find - Enhanced File Search
The find module extends the standard system find utility, offering an interactive FZF-powered application for rapid file discovery and metadata-based filtering.
When to Activate
- When the user wants to locate files or directories based on patterns or attributes.
- When an interactive, searchable list of files is required (
--fzfapp). - When finding files by size (e.g., larger than 100MB) or modification time.
Core Principles & Rules
- Interactive Mode: Automatically launches a TUI app for easy browsing if no specific criteria are given.
- Attribute-Based: Supports standard find flags like
-type,-name,-size, and-mtime. - Actionable Results: Can execute commands on found items using
-exec.