A batch file rename GUI application with split view for both source and target files, and plugins in JavaScript.
- Batch edit files or directories in a code editor
- Scan directories recursively
- Vim mode for block editing
- Plugins written in JavaScript
Name | Description |
---|---|
Dot.Case | Capitalize every word of the file name and replace special characters with a given separator. The default separator is dot. |
To lower case | Convert all characters of the file name to lowercase. |
To UPPER CASE | Convert all characters of the file name to uppercase. |