jwensley2 / Renamer

A tool for renaming files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tool for renaming files


Languages

Language:Vue 50.2%Language:TypeScript 47.8%Language:JavaScript 1.2%Language:HTML 0.5%Language:SCSS 0.3%