Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

robertvazan/snappy-command-line

Repository files navigation

Snappy for Windows command line

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.


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. 

Languages