@hackage sak0.1.2.5

Compression command-line tool

  • Installation

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      with-brotli
       (on by default)

      Build with support for brotli encoding/decoding (disable this to statically link)

      with-snappy
       (on by default)

      Build with support for snappy encoding/decoding

sak

sak is a command-line tool for compression.

Use

To convert compression format:

sak transcode sak-0.1.0.0.tar.gz sak-0.1.0.0.tar.lz

To recompress a file:

sak recompress binary.tar.zst --best

Bash Completions

To get bash completions in your current shell session:

eval "$(sak --bash-completion-script sak)"

You can put this in your ~/.bashrc or ~/.bash_profile as needed.

Manpages

man/sak.1 contains manpages for sak