search_recent
Find files modified within the last N hours, with optional path and extension filters, to quickly identify recent changes.
Instructions
Find files modified within the last N hours. Extremely fast way to find recently changed files. Much faster than using find with -mtime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional: Restrict search to this directory path | |
| hours | No | Number of hours to look back (default: 24) | |
| extension | No | Optional: Filter by file extension (e.g., "js", "py", "md") | |
| maxResults | No | Maximum number of results to return (default: 50) |