Skip to content

mwmahlberg/snap

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
pkg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

snap

Quality gate

Coverage Technical Debt

Maintainability Rating Reliability Rating Code Smells Vulnerabilities

snap is a command line tool to compress and decompress files using the snappy compression algorithm.

Usage

Usage: ./snap [<in-file>]

(de-)compress files using snappy algorithm

Arguments:
  [<in-file>]    file to (de)compress

Flags:
  -h, --help            Show context-sensitive help.
  -d, --unsnap          uncompress file instead of compressing it
  -k, --keep            keep original file
  -c, --stdout          write to stdout
  -S, --suffix=".sz"    set the suffix
      --version

About

command line tool for compressing and uncompressing files using Google's snappy algorithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published