Batch Renamer (File Utility)
A downloadable tool for Windows and Linux
Tired of not being able to multiple rename files in a certain pattern or style?
Tired of when Windows renames those files to `file (1) file(2) file (3)`? ๐
This command-line script gives you more control to how to batch rename files
For more info on how it works, check out this repo: ๐ฅณ
https://github.com/LapysDev/Tools/tree/master/Batch%20Renamer
Basically you go from this: ๐๐ฟ
to this: ๐๐ฟ
in a single command
Install instructions
Compiled with gcc (MinGW.org GCC-6.3.0-1) 6.3.0
Compile with: g++ batch-renamer.cpp -o batch-renamer
Comments
Log in with itch.io to leave a comment.
First (lol, first code jam submission)