UNMAINTAINED: This tool collection is no longer maintained, because I rarely use Windows or C++ these days. It has not been updated in years. You are welcome to adopt the project if you find it useful.
This is source code for snzip and snunzip - command-line compression tools using Snappy compression algorithm.
- Documentation: Home, Tutorial for command-line tools
- Download: see Tutorial for command-line tools
- Sources: GitHub, Bitbucket
- Issues: GitHub, Bitbucket
- License: BSD license
- See also upstream Snappy
snzip, snunzip - Snappy compression command-line tool
Options:
-d --decompress --uncompress
Run in decompression mode. This is default if started as 'snunzip'.
-c --stdout --to-stdout
Output to standard output instead of file.
-t --test
Only test integrity of the compressed file. Don't actually unpack it.
-v --verbose
Verbose output.
-V --version
Version. Display the version number and compilation options then quit.
-h --help
Display this information and quit.