Posted 04 July 2018 - 01:24 AM
TESTED ON AN UNOFFICIAL VERSION OF CC
NOTICE: This is an unofficial release. Things will change!
MZIP is an ultra-fast folder compression system I wrote and tested
To download it, run these commands:
USAGE:
NOTICE: Files created with MZIP do not currently upload correctly to pastebin. I plan to add a pastebin-safe uploader in future versions. For now, please use GitHub, paired with either Git or the file uploader, but not copy/paste
TODO:
[HTML]
Pastebin safe
An API
Runnable MZIP files
Use getopts for argument checking
LZW and character-repetition-reduction techniques
File compression (this will be easy to implement)
Checksums
Extract online files
[/HTML]
NOTICE: This is an unofficial release. Things will change!
MZIP is an ultra-fast folder compression system I wrote and tested
To download it, run these commands:
wget https://github.com/JasonTheKitten/mzip/blob/master/mzip.mzip?raw=true mzip.mzip
pastebin run PTt13khW #extract mzip.mzip mzip
cp mzip/main.lua mzip.lua
rm mzip.mzip
USAGE:
mzip #compress <folder> <file>.mzip
mzip #extract <file>.mzip <folder>
NOTICE: Files created with MZIP do not currently upload correctly to pastebin. I plan to add a pastebin-safe uploader in future versions. For now, please use GitHub, paired with either Git or the file uploader, but not copy/paste
TODO:
[HTML]
Pastebin safe
An API
Runnable MZIP files
Use getopts for argument checking
LZW and character-repetition-reduction techniques
File compression (this will be easy to implement)
Checksums
Extract online files
[/HTML]
Edited on 04 July 2018 - 02:27 PM