Skip to content

jwensley2/Renamer

Repository files navigation

Renamer

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.

Screenshots

Project setup

npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.