Skip to content

straightdave/gozip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gozip

handy tool/lib for compressing strings/files

I use this to compress some static content into strings and use those content dynamically at runtime.

Usage

compress:

cat xxx.txt | ./gozip

decompress:

echo <compressed text> | ./gozip -d

About

handy tool/lib for compressing strings/files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages