0.0.9 • Published 9 years ago
moo-rename v0.0.9
Moo -- a file renamer for the web
SYNOPSIS
This is a tool to help you quickly rename whatever files to a web safe format.
Much more info available via moo --help once it's installed.
Install
Make sure you have npm installed. npm is bundled with node.
Windows Computers
In command prompt with administrator privileges, type:
npm install -g moo-renameApple Macintosh Computers
Open bash or terminal, type:
npm install -g moo-renameUsage
Rename PDF files in 'pdfs' folder.
moo "pdfs\*.pdf"Rename all files in 'pdfs' folder.
moo "pdfs\*"Rename all files in current folder.
moo "."Rename all text files in current folder.
moo "*.txt"Rename all files in 'pdfs' and all its sub-directories.
moo "pdfs\**\*"Rename all PDFs in 'pdfs' and all its sub-directories.
moo "pdfs\**\*"