A java command line tool to rename files and subfolders of a selected directory with a disrespectful TUI. It was created to eliminate the leftover directories generated by @zurb/foundation-cli, since some of them happen to be too long for windows to handle. (It is otherwise awesome, give it a try, it's free and open source.
You will need:
- A terminal/command line
- java runtime environment - which you more than likely already have. To check, you can follow the link to the download site, then click
Do I have Java?
under the download button. - The MassReadme.jar itself
To run, type:
java -jar MassRename.jar
The first parameter takes the path of the target directory, in case it is not launched from there:
java -jar MassRename.jar C:\Direct\Path\To\Target\Directory
Be careful when running MassRename, as it will rename everything it has access to in the target folder. I'm not responsible for the damage you cause with incautious usage!
Or really any kind of usage.