Crates.io | ginfo |
lib.rs | ginfo |
version | 0.1.1 |
source | src |
created_at | 2024-03-01 13:30:08.831406 |
updated_at | 2024-03-01 15:21:51.055039 |
description | A simple command line tool to display header information of gzipped data. |
homepage | |
repository | https://github.com/klaatu01/ginfo |
max_upload_size | |
id | 1158917 |
size | 17,748 |
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.
cargo install ginfo
ginfo test.gz
echo "H4sIAAAAAAAAA8vPUMhIzcnJVyjJSC1KBQBvyKZBDgAAAA==" | ginfo -b
ginfo -b test.b64