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 | 0000000319 319 Bytes | |
cargo_config | 0000000100 100 Bytes | |
hexyl-0.13.0.tar.gz | 0000038373 37.5 KB | |
hexyl.changes | 0000001779 1.74 KB | |
hexyl.spec | 0000001761 1.72 KB | |
vendor.tar.xz | 0011746532 11.2 MB |
Revision 7 (latest revision is 14)
Martin Pluskal (pluskalm)
accepted
request 1089461
from
Andrea Manzini (amanzini)
(revision 7)
- Update to version 0.13.0 * Support both little and big Endian dumps using --endianness={little,big} * Breaking: Changed the meaning of the short flag -C to be consistent with hexdump -C. Previously, this would hide the character panel, but now -C shows the character panel, in case it has been previously (e.g. in an alias) disabled with --no-characters
Comments 0