rename-utility
v1.0.6-a
Published
"A Tool For Renaming Multiple Files At Once"
Downloads
7
Maintainers
Readme
rename-utility
Rename Multiple File Using NodeJS
Uses
Install rename-utility
Globaly
$ npm install -g rename-utility
Open Terminal and Go To The Desired Directory Then Run The Below Command
$ remall [Option]
Options
--search, -s
for Search Word
(String Better Wrap in ""
)
--rename, --rp
for Replace Word
(String Better Wrap in ""
)
--help, -h
for Show Help
Find and Replace of A Speceial Part or Word of The Filename and Replace With a New Word
$ remall -s <search word> --rp <replace word>
Append New Word(s) at The Front or First of All File Names
$ remall --af <append text>
Append New Word(s) at The Last of All File Names
$ remall --al <append text>
Append New Word(s) at The Front and Last of All File Names
$ remall --af <append text> --al <append text>