MAGANER / Zippy

CL application to process zip archives - read/check content/write

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zippy

CL application to process zip archives - read/check content/write

ASAP zip-archivator for terminal.
Usage example:zippy -otest.zip -amain.cpp,header.h,source.cpp -edoc.txt -dnewdir -l

Argument order is free, so it doesn't matter if you write files to add first and then path to zip archive,
but you always need to write path to zip archive - the only rule that exists in this application.

List of arguments

-o - open zip archive
-a - takes list of files to add
-e - takes list of files to extract
-d - directory, where files will be extracted
-l - show archive content

About

CL application to process zip archives - read/check content/write

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%