Skip to content

andres-garcia-alves/renamer-3

Repository files navigation

Renamer 3.1

A fully-featured files/folders massive renamer.

Current renaming methods:

  • sentence-case
  • title-case
  • upper-case
  • lower-case
  • inverted-case
  • by-match-replacement
  • by-simple-pattern
  • positional-replacemente
  • positional-append.

And also: 'Renaiming preview', 'Undo last rename batch', 'Activity logs', ...

 

Screenshots

Main screen Quick Access menu
Folders & files added to batch Rename Settings
Rename Preview Rename Logs

 

Setup & Use

Download and doble-click 'Setup.exe' to install.

  1. On 'Files & Folders' tab:
    1a. Select folders & files from left panels.
    1b. Optionally make use of 'Quick Access' menu items for easy-access commonly used user's folders.
    1c. Click the buttons on the middle to add those file/folders to the batch rename.
Button Description
Add Single Includes the selected folder/file to the rename batch.
Add Many Includes the selected folder's files to the rename batch.
Add Tree Includes (recursively) the selected folder's files and all subfolders files to the rename batch.
Remove Single Removes the selected file from the rename batch.
Remove All Removes all folders/files from the rename batch.
  1. On 'Rename Settings' tab:
    2a. Select a renaming method (Eg. upper-case, lower-case, inverted-case, by-pattern, positional, etc)
    2b. If needed, complete adicional settings.
    2c. Optionally select to affect also file(s) extensions.

  2. On 'Preview' tab (optional):
    3.1 Review the current folders/files names, and the calculated new ones.

  3. Press 'Rename' buttom on menu.
    4a. Optionally review results on 'Activity Logs' tab.
    4b. Optionally revert changes with 'Undo' buttom on menu.

 

Requirements

  • .NET 7 runtime is needed.

 

Version History

v3.0.0 (2021.05.07) - Initial release.
v3.1.0 (2023.06.30) - Updated runtime from .NET Framework 4.8 to .NET 7.
v3.1.1 (2023.07.01) - Bug fix con consecutive renaming.

 

This source code is licensed under GPL v3.0
If you want, please send me your feedback: andres.garcia.alves@gmail.com

Enjoy!