This is an Electron desktop app which gives you the ability to rename and move files in bulk. 
- Install node and npm
- Either clone or download this repo.
- Navigate to the root directory of this project.
- Run
npm install. - To run the app without actually building it you can run
npm start. - To build the app you will want to make sure the
scripts.buildparams are correct inpackage.jsonand then you can runnpm run build.-
You need to include the platform and the architecture arguments when building.
Eg.
npm run build -- --platform=darwin --arch=x64
-