Renamer is a tool you can use to bulk rename files. Renaming is done in steps, and you can add as many steps as you want and re-order them in any way.
There are currently four types of steps
- Replace - A simple string/regex replacement
- Replace List - A list of string/regex replacements
- Change Case - Change to upper/lower/title case
- Trim - Trim any characters off the start/end of the name
- Rename - Replace the entire file name based on a template
More steps may be added in the future.
npm install
npm run electron:serve
npm run electron:build
npm run lint