Zig heX Dump - a simple colorful hexdump utility written in Zig.
$ git clone https://github.com/oransimhony/zxd.git
$ cd zxd
$ zig build
Perform either of the following two:
$ zig build run -- <filename>...
$ ./zig-out/bin/zxd <filename>...
You can also hexdump STDIN if use pass -
as the path, this can be useful when piping commands:
$ echo -e "Some\nSample\tText\f\n" | zxd -