Digby/README.md

519 B

Digby: The multi-compression application.

This is an application that allows you to compress to multiple compression systems all in one application.

Building:

run go build main.go and you're done!

Usage:

Run the executable and it'll ask you what file you are wanting to compress and where you'd like the output file to be.

Supported Compression Systems:

  • gzip
  • zlib

TODO:

  • Have command line arguments
  • Support things such a * for selecting multiple files
  • Support compressing a folder