Add kgz, a gzip tool.

This commit is contained in:
2018-09-15 15:08:37 -07:00
parent 160a42ec26
commit 231b98dd68
3 changed files with 207 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ Contents:
csrpubdump/ Dump the public key from an X.509 certificate request.
fragment/ Print a fragment of a file.
jlp/ JSON linter/prettifier.
kgz/ Custom gzip compressor / decompressor that handles 99%
of my use cases.
pem2bin/ Dump the binary body of a PEM-encoded block.
pembody/ Print the body of a PEM certificate.
pemit/ Dump data to a PEM file.