github

sharkdp / hexyl

  • пятница, 11 января 2019 г. в 00:18:01
https://github.com/sharkdp/hexyl

Rust
A command-line hex viewer



Build Status

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).

Preview

Installation

On Debian-based systems

wget "https://github.com/sharkdp/hexyl/releases/download/v0.3.1/hexyl_0.3.1_amd64.deb"
sudo dpkg -i hexyl_0.3.1_amd64.deb

On Arch Linux

You can install hexyl from this AUR package:

yay -S hexyl

On macOS

brew install hexyl

On FreeBSD

pkg install hexyl

On other distributions

Check out the release page for binary builds.

On Windows

For now, you will have to install from source via cargo (see below). Make sure that you use a terminal that supports ANSI escape sequences (like PowerShell on Windows 10).

Via cargo

If you have Rust 1.29 or higher, you can install hexyl from source via cargo:

cargo install hexyl

License

Licensed under either of

at your option.