hexed

Crates.iohexed
lib.rshexed
version0.2.0
sourcesrc
created_at2020-02-17 03:02:32.491452
updated_at2020-06-04 17:15:37.208123
descriptionA Rusty hexdump
homepage
repositoryhttps://github.com/adolfohw/hexed
max_upload_size
id209933
size293,108
Adolfo H. Wernke (adolfohw)

documentation

README

Hexed

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.

Installation

cargo install hexed

Usage

hexed path/to/file

Features

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

You said it was prettier

Hexed preview

Commit count: 10

cargo fmt