/zxd

Zig heX Dump - a simple colorful hexdump utility written in Zig

Primary LanguageZigGNU General Public License v3.0GPL-3.0

ZXD

Zig heX Dump - a simple colorful hexdump utility written in Zig.

Installation

$ git clone https://github.com/oransimhony/zxd.git
$ cd zxd
$ zig build

Usage

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 -