https://github.com/caoccao/batchfilerename
A batch file rename GUI application with split view for both source and target files, and plugins in JavaScript.
https://github.com/caoccao/batchfilerename
gui javascript plugins rename rename-files rename-utility renamer rust
Last synced: about 1 month ago
JSON representation
A batch file rename GUI application with split view for both source and target files, and plugins in JavaScript.
- Host: GitHub
- URL: https://github.com/caoccao/batchfilerename
- Owner: caoccao
- License: apache-2.0
- Created: 2024-09-17T01:58:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T23:22:56.000Z (4 months ago)
- Last Synced: 2025-03-11T10:22:00.839Z (about 2 months ago)
- Topics: gui, javascript, plugins, rename, rename-files, rename-utility, renamer, rust
- Language: TypeScript
- Homepage:
- Size: 660 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Batch File Rename
[](https://github.com/caoccao/BatchFileRename/actions/workflows/linux_build.yml) [](https://github.com/caoccao/BatchFileRename/actions/workflows/macos_build.yml) [](https://github.com/caoccao/BatchFileRename/actions/workflows/windows_build.yml)
A batch file rename GUI application with split view for both source and target files, and plugins in JavaScript.
## Features
- 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. |## Documentation
- [Release Notes](docs/release_notes.md)
## License
[APACHE LICENSE, VERSION 2.0](LICENSE)