shabi

Crates.ioshabi
lib.rsshabi
version1.1.0
sourcesrc
created_at2024-07-21 11:04:34.541344
updated_at2024-08-20 03:54:23.079292
description(S)imple (H)ex (A)nd (B)inary (I)nspector - CLI Tool
homepage
repositoryhttps://gitlab.com/Oglo12/shabi
max_upload_size
id1310229
size13,480
Jackson Novak (Oglo12)

documentation

README

(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...

Commit count: 0

cargo fmt