#gzip #header #info #command-line-tool

app ginfo

A simple command line tool to display header information of gzipped data

2 releases

0.1.1 Mar 1, 2024
0.1.0 Mar 1, 2024

#1033 in Command line utilities

MIT license

7KB
96 lines

ginfo

ginfo is a simple utility to display information about a GZip header. It can read from a file or from stdin, and can also read base64 encoded input. It will display the compression method, flags, modification time, and OS of the GZip file.

Installation

cargo install ginfo

Examples

ginfo test.gz
echo "H4sIAAAAAAAAA8vPUMhIzcnJVyjJSC1KBQBvyKZBDgAAAA==" | ginfo -b
ginfo -b test.b64

Dependencies

~2.4–3MB
~56K SLoC