oransimhony / zxd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 -

About

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

License:GNU General Public License v3.0


Languages

Language:Zig 100.0%