#hex #display #unicode #symbols #suffix #prefix #specials

app hexcat

A hex display with Unicode symboles for specials

7 stable releases

2.3.4 Jul 14, 2021
2.3.3 Jul 8, 2021
2.1.2 Jul 5, 2021
2.0.0 Jul 5, 2021
1.0.1 Feb 24, 2017

#1589 in Command line utilities

Download history 5/week @ 2024-02-26 4/week @ 2024-03-11 130/week @ 2024-04-01

134 downloads per month

GPL-3.0 license

19KB
283 lines

Hexcat

aur crates.io GitHub License: GPL v3

A hex display with Unicode symbols for specials.

USAGE:

hexcat [OPTIONS] [FILE]

OPTIONS:

--width <width>
-w <width>          Set the number of bytes to show per row (default = 16)

--group <group size>
-g <group size>       Set the number of bytes to group together (default = 1)

--start
-s <start>          Set the starting byte (default = 0)

--end
-e <end>            Set the ending byte (default = end)

--base
-b <base>           Set the base to output in (options = 2 | 8) (default = 16)

--noOffset
-o                  Hide the address offset

--noAscii
-a                  Hide the ascii representation

--help
-h              Display the help menu

NOTES:

Prefixes and Suffixes

All digit based inputs can be prefixed or suffixed for base notation.

        Binary  Octal   Hex
Prefix  0b      0o      0x
Suffix  b       o       x

INSTALL:

Currently this project uses AUR to install from a package manager. In the future more systems will be supported. Cargo works as a cross platform replacement.

Arch

pacman -S hexcat-bin

Cargo

cargo install hexcat

No runtime deps