Skip to content

Releases: AlexanderHarrison/slpz

slpz v0.1

13 Aug 18:33

Choose a tag to compare

Added output path flag, input from stdin, output to stdout, and crash fixes.

Usage: slpz [OPTIONS] <input path>

Options:
  --fast                Prefer speed over compression [Default]
  --small               Prefer compression over speed
  -x, --compress
  -d, --decompress
  -r, --recursive       Compress/decompress all files in subdirectories.
  -k, --keep            Keep files after compression/decompression. [Default]
  --rm                  Remove files after compression/decompression.
  -q, --quiet           Do not log to stdout.
  -o, --output <file>   Specify output file. Pass '-' for stdout. Pass '-' as the input path for stdin.
  -h, --help
  -v, --version

slpz v0.0

29 Aug 23:01

Choose a tag to compare

Windows and Linux x64 binaries are provided here.

You can custom compile slpz for any target that supports rust and zstd.