Compresses reks exceptionally 👌
Needs Python 3.6 or newer. Because f-strings.
REK comes with two command line utilities: rek and unrek.
Being an very versatile tool, rek cane be used like this:
cat in.rec | rek > out.rek
or this:
rek <in.rec >out.rek
or this:
rek in.rec
or this:
rek in.rec out.rek
or even this:
rek
Similarly, unrek cane be used like this:
cat in.rek | unrek > out.rec
or this:
unrek <in.rek >out.rec
or this:
unrek in.rek
or this:
unrek in.rek out.rec