Skip to content

cions/mozlz4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mozlz4

GitHub Releases LICENSE CI Go Reference Go Report Card

Compress or decompress mozlz4 files.

Usage

$ 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

Installation

Download from GitHub Releases

Build from source

$ go install github.com/cions/mozlz4/cmd/mozlz4@latest

License

MIT