hexyl

A command-line hex viewer

Github星跟踪图

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.6.0/hexyl_0.6.0_amd64.deb"
sudo dpkg -i hexyl_0.6.0_amd64.deb

On Arch Linux

You can install hexyl from the official package repository:

pacman -S hexyl

On macOS

brew install hexyl

On FreeBSD

pkg install hexyl

Via Nix

nix-env -i 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 ConHost v2 since Windows 10 1703
or Windows Terminal since Windows 10 1903).

Via cargo

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

cargo install hexyl

License

Licensed under either of

at your option.

主要指标

概览
名称与所有者sharkdp/hexyl
主编程语言Rust
编程语言Rust (语言数: 1)
平台
许可证Apache License 2.0
所有者活动
创建于2018-11-05 22:53:35
推送于2025-06-16 20:41:37
最后一次提交2025-06-16 13:41:37
发布数18
最新版本名称v0.16.0 (发布于 )
第一版名称v0.2.0 (发布于 )
用户参与
星数9.7k
关注者数69
派生数241
提交数474
已启用问题?
问题数115
打开的问题数18
拉请求数105
打开的拉请求数4
关闭的拉请求数25
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?