1.2.0 • Published 4 years ago

changeext v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Changes the extension of some filename to a new one。

Installation

Install it as a command line tool via npm -g.

npm install changeext -g

Execution

$ changeext --help     // print help information
$ changeext txt js     // change 'txt' to 'js' 
$ changeext -i js -t txt // change 'js' to 'txt'
// or with directory
$ changeext -d /home/test/ -i js -t txt
// or loop for directory
$ changeext -d /home/test/ -i js -t txt -l
$ changeext txt js -r // change file extension with random name
$ changeext txt js -e // encode the file or decode,decode info is fixed with 0xff

License

The MIT license.

1.2.0

4 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago