A simple CLI to visualize the bytes of a file, in a similar fashion to hexdump
, but prettier*!
* Disclaimer: you might not find it prettier.
cargo install hexed
hexed path/to/file
Using a shameless copy-paste of hexed --help
:
``` FLAGS: -A, --no-ascii Disables the ASCII sidebar -C, --no-colors Disables colors in the output -G, --no-guides Disables offset guides -o, --octal Displays the bytes as octal numbers -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-n, --length