All Projects → sharkdp → Hexyl

sharkdp / Hexyl

Licence: other
A command-line hex viewer

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Hexyl

Csview
📠 A high performance csv viewer with cjk/emoji support.
Stars: ✭ 208 (-96.72%)
Mutual labels:  command-line, tool
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+385.64%)
Mutual labels:  command-line, tool
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (-55.57%)
Mutual labels:  command-line, tool
Rundeck Cli
CLI tool for Rundeck
Stars: ✭ 98 (-98.46%)
Mutual labels:  command-line, tool
Jtc
JSON processing utility
Stars: ✭ 425 (-93.31%)
Mutual labels:  command-line, tool
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (-97.54%)
Mutual labels:  command-line, tool
Onefetch
Git repository summary on your terminal
Stars: ✭ 3,680 (-42.04%)
Mutual labels:  command-line, tool
Cloud Security Audit
A command line security audit tool for Amazon Web Services
Stars: ✭ 68 (-98.93%)
Mutual labels:  command-line, tool
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: ✭ 19,851 (+212.66%)
Mutual labels:  command-line, tool
Pastel
A command-line tool to generate, analyze, convert and manipulate colors
Stars: ✭ 3,742 (-41.06%)
Mutual labels:  command-line, tool
Curl2httpie
covert command arguments between cURL and HTTPie
Stars: ✭ 92 (-98.55%)
Mutual labels:  command-line, tool
Shyaml
YAML for command line
Stars: ✭ 642 (-89.89%)
Mutual labels:  command-line, tool
Perun
A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!
Stars: ✭ 82 (-98.71%)
Mutual labels:  command-line, tool
Pro
Quickly jump to git repositories, run commands in batch and get status overviews.
Stars: ✭ 181 (-97.15%)
Mutual labels:  command-line, tool
Sqlite3 To Mysql
Transfer data from SQLite to MySQL
Stars: ✭ 79 (-98.76%)
Mutual labels:  command-line, tool
BinFind
Perform regex pattern matching on binary data. (Regex-like)
Stars: ✭ 31 (-99.51%)
Mutual labels:  binary-data, hexadecimal
Gitauthors
✍️ Get a quick summary of a repo's authors.
Stars: ✭ 50 (-99.21%)
Mutual labels:  command-line, tool
Fsq
A tool for querying the file system with a SQL-like language.
Stars: ✭ 60 (-99.05%)
Mutual labels:  command-line, tool
Teip
Select partial standard input and replace with the result of another command efficiently
Stars: ✭ 280 (-95.59%)
Mutual labels:  command-line, tool
Csvtk
A cross-platform, efficient and practical CSV/TSV toolkit in Golang
Stars: ✭ 566 (-91.09%)
Mutual labels:  command-line, tool

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

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.9.0_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 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 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.46 or higher, you can install hexyl from source via cargo:

cargo install hexyl

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].