Simple program to compress and decompress text files using Huffman coding.
git clone https://github.com/kozlov721/huffman
cd huffman
stack install
This will add an executable huffman
into ~/.local/bin
.
Usage: huffman-exe [-d] [-o|--output FILE] FILE
Available options:
-d Decode instead of encode
-o,--output FILE Name of the output file
-h,--help Show this help text