snap is a command line tool to compress and decompress files using the snappy compression algorithm.
Usage: ./snap [<in-file>]
(de-)compress files using snappy algorithm
Arguments:
[<in-file>] file to (de)compress
Flags:
-h, --help Show context-sensitive help.
-d, --unsnap uncompress file instead of compressing it
-k, --keep keep original file
-c, --stdout write to stdout
-S, --suffix=".sz" set the suffix
--version