ginfo

Crates.ioginfo
lib.rsginfo
version0.1.1
sourcesrc
created_at2024-03-01 13:30:08.831406
updated_at2024-03-01 15:21:51.055039
descriptionA simple command line tool to display header information of gzipped data.
homepage
repositoryhttps://github.com/klaatu01/ginfo
max_upload_size
id1158917
size17,748
Charlie Ede (klaatu01)

documentation

README

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
Commit count: 0

cargo fmt