| Crates.io | hexed |
| lib.rs | hexed |
| version | 0.2.0 |
| created_at | 2020-02-17 03:02:32.491452+00 |
| updated_at | 2020-06-04 17:15:37.208123+00 |
| description | A Rusty hexdump |
| homepage | |
| repository | https://github.com/adolfohw/hexed |
| max_upload_size | |
| id | 209933 |
| size | 293,108 |
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 <LENGTH> Limits the amount of bytes to display
-s, --skip <OFFSET> Skips the first offset bytes
