README.md 675 B

a

this is shell script (writen in C (but without popen(3) or system(3) (only pure execvp(3)))) for more convenient way of managing all kind of archives with one command line interface

for info about options and usage see man page

dependencies

build-time

to automatically download it:

make -j2 -C include

run-time

for example to extract or list content of zip archives you need unzip(1) and to create zip archives you need zip(1)

for managing tar.gz archives you need tar(1) and gzip(1)

and etc.