hevi

A fast and colorful hexadecimal viewer for inspecting binary files

brewmacoslinux
Try with needOr install directly
Source

About

Hex viewer

Commands

hevi

Examples

View a binary file in hex format$ hevi /path/to/file.bin
Display hex dump with ASCII representation$ hevi -a /path/to/file
View only first 256 bytes of a file$ hevi -n 256 /path/to/largefile.bin