Skip to content
/ zipop Public

A cli tool made in C that allows you to generate a massively compressed file

License

Notifications You must be signed in to change notification settings

5ynthy/zipop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zipop

A cli tool made in C that allows you to generate a massively compressed file

usage

zipop -s [size] [options] -o [filename]

requirements

This tools requires you to have dd and bzip2 in order to work

compiling and installation

git clone https://github.com/Synth9283/zipop.git
cd zipop
make
make install

uninstalling

make uninstall

Manual Uninstall:

rm -fv /usr/bin/zipop

usage on Windows

To use this tool on Windows, it would require for you to have WSL installed

About

A cli tool made in C that allows you to generate a massively compressed file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published