Skip to content

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

License

Notifications You must be signed in to change notification settings

oransimhony/zxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages