Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 480 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 480 Bytes

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 -