zipme
v1.1.2
Published
A command line utility to compress any type of file.
Downloads
3
Maintainers
Readme
zipme
A command line utility to compress and decompress any type of file.
Are you running out of space? Don't worry, you can save space by using zipme.
Installation
$ npm install --g zipme
Options
zipme --help
Example
aupadhyay@localhost zipme$ zipme --help
A command line utility to compress and de-compress any type of file.
Usage
zipme z <file_path> // this will zip the file
zipme uz <file_path> // this will unzip the file
Example
zipme /home/aupadhyay/Videos/amit.mp4
Developer
Amit Upadhyay (github.com/amit-upadhyay-it)
Usage
$ zipme z filename // this will compress the file 'filename'
$ zipme uz filename // this will decompress the file 'filename'
NOTE: Once the file gets compressed it's extension is changed to .zipme
.
Documentation
It's easy to use.
- To compress any file, just write
zipme z filename
, on the command line. - To decompress the file, write
zipme uz filename
, on the command line.
License
Apache-2.0 © Amit Upadhyay