#cli-tool #color #binary #binary-file #hex #disable #flags

app shabi

(S)imple (H)ex (A)nd (B)inary (I)nspector - CLI Tool

2 stable releases

1.1.0 Aug 20, 2024
1.0.0 Jul 21, 2024

#543 in Parser implementations

Download history 96/week @ 2024-07-19 10/week @ 2024-07-26 141/week @ 2024-08-16 13/week @ 2024-08-23

154 downloads per month

MIT license

6KB
123 lines

(S)imple (H)ex (A)nd (B)inary (I)nspector

Shabi is a very simple tool that allows you to view binary files in hex or in binary in the terminal.

It comes with colors out of the box, but you can use the -C or --no-colors flag to disable them.

Usage

Inspecting a binary file:

shabi -i <PATH_TO_BINARY_FILE>

For a list of available options, run:

shabi --help

There are options for changing the output format, disabling colors, specifying how many bytes to go on one line, etc...

Dependencies

~1.3–1.9MB
~35K SLoC