0.0.9 • Published 8 years ago

moo-rename v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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-rename

Apple Macintosh Computers

Open bash or terminal, type:

npm install -g moo-rename

Usage

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\**\*"
0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago