list-files
List files that ripgrep would search, filtering by path, file pattern, file type, and hidden files.
Instructions
List files that would be searched by ripgrep without actually searching them
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory or file(s) to search. | |
| filePattern | No | Filter by file type or glob | |
| fileType | No | Filter by file type (e.g., js, py) | |
| includeHidden | No | Include hidden files and directories |