search_files
Search for specific content within files using text or regex patterns, filtering by file extensions and limiting results for precise directory analysis and file management.
Instructions
Search for content within files using regex or text matching
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_types | No | File extensions to search in | |
is_regex | No | Whether the query is a regex pattern | |
max_results | No | Maximum number of results to return | |
query | Yes | Search query (text or regex pattern) |