Crates.io | shabi |
lib.rs | shabi |
version | 1.1.0 |
source | src |
created_at | 2024-07-21 11:04:34.541344 |
updated_at | 2024-08-20 03:54:23.079292 |
description | (S)imple (H)ex (A)nd (B)inary (I)nspector - CLI Tool |
homepage | |
repository | https://gitlab.com/Oglo12/shabi |
max_upload_size | |
id | 1310229 |
size | 13,480 |
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.
shabi -i <PATH_TO_BINARY_FILE>
shabi --help
There are options for changing the output format, disabling colors, specifying how many bytes to go on one line, etc...