Compress or decompress mozlz4 files.
$ mozlz4 --help
Usage: mozlz4 [OPTIONS] [FILE...]
Compress or decompress mozlz4 files.
Options:
-z, --compress Force compression
-d, --decompress Force decompression
-c, --stdout Write to the standard output and keep the input files
-o, --output=FILE Write to the FILE
-S, --suffix=SUFFIX Add SUFFIX on compressed file names
-k, --keep Don't delete the input files (default)
--rm Delete the input files after successful (de)compression
-f, --force Allow overwriting existing files, reading input from
a terminal, writing compressed data to a terminal
-h, --help Show this help message and exit
--version Show version information and exit
$ go install github.com/cions/mozlz4/cmd/mozlz4@latest
MIT