runez2

command module
v0.0.0-...-98adfdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2020 License: MIT Imports: 7 Imported by: 0

README

Runez2

Another absolutely awful, but (probably) lossless, compression format for utf-8 text.

This is the successor to the runez archive format.

See the spec for implementation details, or read the source ☺.

Build

; go build

Usage

runez2 [-D] [-c ¦ -d] [input ¦ < input] [output ¦ > output]

Examples

; wc -c mac.txt
3550 mac.txt
; 9 wc -r mac.txt
   1950 mac.txt
; # ^ Number of runes
; ./runez2 < mac.txt > mac.rz2
; wc -c mac.rz2
2030 mac.rz2
; ./runez2 -d < mac.rz2 > newmac.txt
; diff mac.txt newmac.txt
;

References

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL