3 homepage: https://github.com/sharkdp/hexyl
5 hexyl is a simple hex viewer for the terminal.
14 Use the `@beta` tag for pre-releases.
18 
20 > It uses a colored output to distinguish different categories of bytes (NULL
21 > bytes, printable ASCII characters, ASCII whitespace characters, other ASCII
22 > characters and non-ASCII).
24 `hexyl` is pretty self-explanatory.
26 If you know that you need a _hex viewer_, then you probably already know enough
27 to see why this is particularly useful, and can figure out how to use it.
30 echo "hello" > foo.bin
34 For options, such as `--length`, `--skip`, and `--offset`, see: