#hex-dump #hex #binary-data #binary-file #tool #own #hexcat

app hexcat-rs

A small, no-dependency hex dumper

2 releases

Uses new Rust 2024

0.1.1 Mar 4, 2025
0.1.0 Mar 4, 2025

#1644 in Encoding

Download history 102/week @ 2025-02-26 156/week @ 2025-03-05

258 downloads per month

MIT license

210KB
126 lines

hexcat

An extremely small hexdump tool.

Screenshots

The command showing its own binary

Usage

You can build hexcat with cargo:

$ cargo install hexcat-rs
$ cargo install --git https://codeberg.org/Kaamkiya/hexcat

Help:

$ hexcat -h

If you don't specify a file to read from, hexcat will read from stdin, so you can also pipe to it:

$ cat some-file | hexcat

It will write the data to stdout, or you can specify a file using redirection:

$ echo "Let's go fly a kite" | hexcat > hello.txt

Try hexcat -h for all available flags.

License

This project is licensed under the MIT license.

No runtime deps