A cli tool made in C that allows you to generate a massively compressed file
zipop -s [size] [options] -o [filename]
This tools requires you to have dd and bzip2 in order to work
git clone https://github.com/Synth9283/zipop.git
cd zipop
make
make install
make uninstall
Manual Uninstall:
rm -fv /usr/bin/zipop
To use this tool on Windows, it would require for you to have WSL installed