Ashley-King / node-rename-image-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change file names

This is a simple node script that I use to quickly change file names.

The original use case was for a folder of images with a name pattern of image_nnnn.png, with n being a number between 0 and 0192.

I needed to rename them using the following pattern: nimage.png (1image.png - 192image.png).

About


Languages

Language:JavaScript 100.0%