rename_files
Batch rename files in a directory using regex pattern matching, with an optional preview to verify changes before applying.
Instructions
Batch rename files in a directory using regex pattern matching. Supports preview mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path containing files to rename | |
| pattern | Yes | Pattern to search for (regex) | |
| replacement | Yes | Replacement string | |
| preview | No | Preview changes without applying |