hex

A modern, colorful alternative to hexdump for viewing binary files

brewmacoslinux
Try with needOr install directly
Source

About

Futuristic take on hexdump

Commands

hx

Examples

Display hex dump of a file with colored output$ hx /path/to/file
View only the first 256 bytes of a file$ hx -n 256 /path/to/file
Pipe command output directly to hex viewer$ cat /path/to/file | hx