1.0.1 • Published 10 years ago

clean-filename v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

CleanFileName

This is a node.js command line utility that cleanup filenames with url encode characters.

Installation

$ npm install -g clean-filename

Usage

without option:

$ clean-filename
prompt: filename:

use option --clipboard or -c to use clipboard content

$ clean-filename -c

The output will be display in the console and also add to the clipboard

use option --filename to rename with filesystem

$ clean-filename -f <filename>

The output will be display in the console and also rename in the filesystem

Development

First clone repository and access the new folder

$ git clone <repository>
$ cd <folder>

then install necessary modules

$ npm install

and just run with the name to clean in argument

$ ./index.js <filename>

Run the test with

$ gulp test
1.0.1

10 years ago

1.0.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago