Go to file
Donnie b05b6b7183 Initial Commit 2021-01-06 17:45:43 -06:00
.gitignore Initial Commit 2021-01-06 17:45:43 -06:00
README.md Initial Commit 2021-01-06 17:45:43 -06:00
main.go Initial Commit 2021-01-06 17:45:43 -06:00

README.md

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