Home / v0.1beta / LINUXAMD64
Name Modified Size InfoDownloads / Week
Parent folder
szip 2015-07-02 985.1 kB
README 2015-07-02 690 Bytes
Totals: 2 Items   985.8 kB 0
Simple Zipper v0.1 beta

Simple is better than complex.
I write this program because I can't stand the stupid linux tar program.(xvf,jvf,zxvf... oh no)
Nothing need to be remembered when using Simple Zipper.

Compress:(support zip, tbz2, tgz, tar, tar.gz, tar.bz2)
szip zip 123.zip ./123
szip zip 123.tbz2 123.txt
szip zip 123.tgz 123.txt,124.txt

Decompress:(support zip, tbz2, tgz, tar, tar.gz, tar.bz2, rar)
szip unzip 123.zip ./

The second arg indicates whether you want to compress(zip) or decompress(unzip) a file. The file type is directly read from name.

TODO list:

support effective .7z format
better error messages
parallelization
a GUI for windows version
Source: README, updated 2015-07-02