sequentialrename
v1.0.0
Published
An tool to sequentially rename files in a folder.
Readme
Sequential Rename
Rename files from the CLI.
Usage
npx sequentialrename
CLI Flags
--paddingDigits=Xthe number of digits to pad the file name with--folder=Xthe folder to rename files in (defaults to the current folder)--outFolder=Xthe folder to dump all the images into (defaults to the current folder)--behavior=copy|movewhether to copy the files or move them (defaults to copy)--numericwhether or not the file names are numeric and should be sorted as such (defaults to false)
