list-files
Identify files to be searched by ripgrep in a specified path, filtering by file type, pattern, or hidden files, without executing the search.
Instructions
List files that would be searched by ripgrep without actually searching them
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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 | |
path | Yes | Directory or file(s) to search. |