A command-line hex viewer
https://github.com/sharkdp/hexyl
hexyl is a simple hex viewer for the terminal. It uses a colored output
to distinguish different categories of bytes (NUL bytes, printable
ASCII characters, ASCII whitespace characters, other ASCII characters
and non-ASCII).
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / hexyl
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout editors/hexyl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000278 278 Bytes | |
cargo_config | 0000000100 100 Bytes | |
hexyl-0.11.0.tar.gz | 0000037014 36.1 KB | |
hexyl.changes | 0000000726 726 Bytes | |
hexyl.spec | 0000001761 1.72 KB | |
vendor.tar.xz | 0011744784 11.2 MB |
Revision 3 (latest revision is 14)
Martin Hauke (mnhauke)
accepted
request 1040406
from
Martin Hauke (mnhauke)
(revision 3)
- Update to version 0.11.0 * Significantly improved performance. * Added variable panels through the --panels and --terminal-width flags. * Added new --group-bytes/-g option. * Added new --base B option (where B can be binary, octal, decimal or hexadecimal). * Show actual zero bytes as ⋄ in the character panel (previously: 0), in order not to confuse them with ASCII. * 0 bytes if colors are deactivated.
Comments 0