I've made this destop Electron App to try out something new and also my grandma wanted this app.
To use this app you first need to clone:
$ git clone --depth 1 https://github.com/MarsTwix/electron-file-renamer.git
After cloning you need to install the dependencies with your favourite node package manager.
$ yarn
$ npm i
Now you've installed all dependencies needed, you need to run one more command to start the app:
$ yarn dev
$ npm run dev
The app is running!
- First you need to select a folder of files you want to rename.
- Second you need to select the prefix you want the file to have.
- Lastly press the last button and see the magic happen!
Now you see that all the files in the chosen directory have the new prefix with numbers 00000
until 99999
. (It changes max 10k files)