1.2.7 • Published 11 months ago

changeext2 v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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
$ changeext txt js -s 10 //change ext and rename file start 10

License

The MIT license.

1.2.7

11 months ago

1.2.6

11 months ago

1.2.5

11 months ago

1.2.4

12 months ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago