Personal fork of Hexxy, with better execution speed.
Find a file
2024-01-15 14:49:16 -09:00
go.mod [hexxy] init 2024-01-15 14:42:30 -09:00
go.sum [hexxy] init 2024-01-15 14:42:30 -09:00
hexxy.go [hexxy] init 2024-01-15 14:42:30 -09:00
README.md [hexxy] init 2024-01-15 14:49:16 -09:00

Hexxy

A modern alternative to xxd and hexdump

Huge thanks to igoracmelo for the idea and reference. The idea and code for colorizing xxd/hexdump output in a gradient format came from them.

Example usage

hexxy /path/to/file.bin
# dont output with color
hexxy --no-color /path/to/file.bin
# refer to multiple files
hexxy file1 file2 file3
# read from stdin
cat mybinary | hexxy