Skip to content

Atos1337/HuffmanArchiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HuffmanArchiver

Console archiver

Build

  • Run:
make Archiver
  • Executable file is Archiver in current directory

Command Line Options

  • Supports four command line flags:
    • -c: compress
    • -u: extract
    • -f, --file <path>: input filename
    • -o, --output <path>: output filename
  • Parameter value(if there's) should be written after whitespace
  • Parameters may be in any order, excess parameters are prohibited

How to use

Just run executable file with correct flags. For example, if you want to compress input.txt, run:

./Archiver -c -f input.txt -o result.bin

About

Console archiver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published