An extremely small hexdump tool.
You can build hexcat with cargo:
$ cargo install hexcat-rs
$ cargo install --git https://codeberg.org/Kaamkiya/hexcatHelp:
$ hexcat -hIf you don't specify a file to read from, hexcat will read from stdin, so you can also pipe to it:
$ cat some-file | hexcatIt will write the data to stdout, or you can specify a file using redirection:
$ echo "Let's go fly a kite" | hexcat > hello.txtTry hexcat -h for all available flags.
This project is licensed under the MIT license.
