Ripgrep List Files
list-filesEnumerate files in a search scope with ripgrep, with no pattern matching. Filter by glob, file type, depth, or hidden status to preview exactly what a search would cover.
Instructions
List all files in the search scope using ripgrep. No pattern matching — just lists files that would be searched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | Glob pattern to filter files | |
| path | Yes | Directory to list files from | |
| sortBy | No | Sort results by field | |
| fileType | No | Filter by file type (e.g. 'ts', 'py') | |
| maxDepth | No | Maximum directory traversal depth | |
| noIgnore | No | Do NOT respect .gitignore rules (search files that are normally ignored) | |
| fileTypeNot | No | Exclude file type | |
| includeHidden | No | Include hidden files and directories | |
| maxCharacters | No | Maximum characters in the result. Truncated with summary if exceeded. | |
| followSymlinks | No | Follow symbolic links |