sharkdp/hexyl

A command-line hex viewer

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 6th, 2026
Created on November 5th, 2018
Open Issues & Pull Requests: 35 (+0)
GitHub issues: Enabled
Number of forks: 269
Total Stargazers: 10,269 (+1)
Total Subscribers: 68 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

hexyl is a command-line hex viewer that displays binary file contents in the terminal with color-coded byte categories.

The tool solves the problem of inspecting binary data by rendering hexadecimal output with visual distinction between different byte types. It uses colored output to differentiate NULL bytes, printable ASCII characters, ASCII whitespace, other ASCII characters, and non-ASCII bytes, making patterns and anomalies in binary files easier to spot at a glance.

Anyone adopting hexyl should know it is designed for developers and system administrators who frequently need to inspect binary files from the command line. The tool suits projects where quick visual inspection of file contents is valuable, such as debugging file format issues, analyzing network packets, or examining compiled binaries. The README does not compare hexyl to alternative hex viewers, so no comparative guidance is available.

The project maintains active engagement with its user base through issue responses and pull request reviews. Development includes regular incorporation of community contributions and bug fixes. The tool receives updates that address reported problems and add refinements to its core functionality.