RenameIt

RenameIt is a command line utility for renaming files in batches. The tool can be used from the command line or within a NodeJS package by installing using npm or another package manager.

Inspiration

I have written this script in many different languages from Bash, to Batch, to Python, and now JavaScript. I prefer JavaScript as a language, so this is the version I chose to publish.

The main reason for writing this script is for renaming file extensions to lower-case. This mostly stems from cameras and the common behavior of saving file names with all upper-case extensions. Although, Windows does not care, Linux does, and so do many photo libraries like Google Photos. Therefore, I wrote this script to make the batch renaming of files quick and easy.

Issues and Feature Requests

This NodeJS package was developed by Falkor Clark. Please contact Falkor at falkorclark@gmail.com or submit an issue on GitHub at github.com/falkorclark/renameit.