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).
bash
wget "https://github.com/sharkdp/hexyl/releases/download/v0.3.0/hexyl_0.3.0_amd64.deb"
sudo dpkg -i hexyl_0.3.0_amd64.deb
You can install hexyl
from this AUR package:
yaourt -S hexyl
Check out the release page for binary builds.
If you have Rust 1.29 or higher, you can install hexyl
from source via cargo
:
cargo install hexyl
Licensed under either of
at your option.