Skip to content

ma6174/snappy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

snappy command line tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages