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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?