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