8000 GitHub - wangkechun/snappy: snappy command line tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wangkechun/snappy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

  • Go 100.0%
0