Hexyl

hexyl is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, other ASCII characters and non-ASCII).

Usage

Usage: hexyl [OPTIONS] [FILE]

Options

OptionDescription
-n, --length <N>Read n bytes fom input
-s, --skip <N>Skip n bytes from input
--no-characters Do not show the character panel on the right.