Hexyl

A command-line hex viewer
Alternatives To Hexyl
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Hexyl8,43455 days ago15July 26, 202314apache-2.0Rust
A command-line hex viewer
Cfonts1,4191,222436a month ago65May 06, 2023gpl-3.0Rust
Sexy fonts for the console
Bcal600
a month ago1March 03, 2021gpl-3.0C
:1234: Bits, bytes and address calculator
T2b371
2 months ago8gpl-3.0C++
A wicked-powerful text macro language for building binary files.
Kaitai_struct_visualizer240
25 days ago15gpl-3.0Ruby
Kaitai Struct: visualizer and hex viewer tool
Table_rex22149133 months ago18January 30, 20211mitElixir
An Elixir app which generates text-based tables for display
Hexed163
5 months ago1bsd-2-clauseC++
Windows console-based hex editor
Kotlin Obd Api149
3 months ago6apache-2.0Kotlin
:blue_car: A Kotlin OBD-II API for reading engine data
Hx148
8 months ago1mitC
Hex editor for the terminal using plain C99 + POSIX libs.
Go Rainbow7726 years ago2September 07, 20173mitGo
Golang Helper for beautiful CLI Applications
Alternatives To Hexyl
Select To Compare


Alternative Project Comparisons
Readme

CICD

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

Color Reference

Type of Byte Color ANSI Code
NULL #555753 Bright Black 90
OFFSET #555753 Bright Black 90
ASCII Printable #06989a Cyan 36
ASCII Whitespace #4e9a06 Green 32
ASCII Other #4e9a06 Green 32
Non-ASCII #c4a000 Yellow 33

Colors taken from the Ubuntu terminal color scheme, they could look different in your terminal

Installation

On Ubuntu

... and other Debian-based Linux distributions.

If you run Ubuntu 19.10 (Eoan Ermine) or newer, you can install the officially maintained package:

sudo apt install hexyl

If you use an older version of Ubuntu, you can download the latest .deb package from the release page and install it via:

sudo dpkg -i hexyl_0.13.1_amd64.deb  # adapt version number and architecture

On Debian

If you run Debian Buster or newer, you can install the officially maintained Debian package:

sudo apt-get install hexyl

If you run an older version of Debian, see above for instructions on how to manually install hexyl.

On Fedora

If you run Fedora 35 or newer, you can install the officially maintained Fedora package:

sudo dnf install hexyl

On Arch Linux

You can install hexyl from the official package repository:

pacman -S hexyl

On Void Linux

xbps-install hexyl

On Gentoo Linux

Available in dm9pZCAq overlay

sudo eselect repository enable dm9pZCAq
sudo emerge --sync dm9pZCAq
sudo emerge sys-apps/hexyl::dm9pZCAq

On macOS

Via Homebrew:

brew install hexyl

...or via MacPorts:

sudo port install hexyl

On FreeBSD

pkg install hexyl

On NetBSD

pkgin install hexyl

On OpenBSD

doas pkg_add hexyl

on Termux

pkg install hexyl

or

apt install hexyl

Via Nix

nix-env -i hexyl

Via Guix

guix package -i hexyl

Or add the hexyl package in the list of packages to be installed in your system configuration (e.g., /etc/config.scm).

On other distributions

Check out the release page for binary builds.

On Windows

Check out the release page for binary builds. Alternatively, install from source via cargo, snap or scoop (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.56 or higher, you can install hexyl from source via cargo:

cargo install hexyl

Alternatively, you can install hexyl directly from the repository by using:

git clone https://github.com/sharkdp/hexyl
cargo install --path ./hexyl

Note: To convert the man page, you will need Pandoc.

You can convert from Markdown by using (in the project root):

pandoc -s -f markdown -t man -o ./doc/hexyl.1 ./doc/hexyl.1.md

Via snap package

sudo snap install hexyl

Get it from the Snap Store

Via Scoop

scoop install hexyl

License

Licensed under either of

at your option.

Popular Hex Projects
Popular Command Line Projects
Popular Text Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Command Line
Rust
Character
Debian
Hex
Ascii