snappy

command module
v0.0.0-...-15869b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2017 License: MIT Imports: 10 Imported by: 0

README

snappy command line tool

Build Status

How to get
go get -v github.com/ma6174/snappy
How to use

compress

snappy <input files>
cat <input file> | snappy > <output file.snappy>

decompress

snappy -d <input files.snappy>
cat <input file.snappy> | snappy -d > <output file>
  • use -s to change default suffix .snappy
  • use -v to show percentage reduction and speed
  • use -c to let output to stdout
  • use -h to show help

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL