Skip to content

pedreviljoen/goflate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goflate

A simple & small CLI tool to compress and decompress files using Golang

Compression

Usage

Install the binary to your local machine with the below command

go install github.com/pedreviljoen/goflate

Ensure your GOPATH variable is set to your path, if not you can do so with the below command

export PATH=$PATH:$(go env GOPATH)/bin

All set, the binary is downloaded and instaled at your GOPATH, to start using this package simply head to your terminal and execute the below command and a list of instructions will appear

goflate

Features

  • Compress
  • Decompress
  • Compression stats

Contribute

Contributions are welcome!

  1. Fork it.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Or open up a issue.

License

Apache License 2.0

About

A small CLI tool to compress and decompress files using Golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages