yahv

Crates.ioyahv
lib.rsyahv
version0.2.1
created_at2025-03-04 00:45:15.889893+00
updated_at2025-03-04 01:00:13.637299+00
descriptionyet another hex viewer
homepagehttps://github.com/Maobuff/yahv
repository
max_upload_size
id1576597
size9,346
(Maobuff)

documentation

README

yahv

yahv or yet another hex viewer is a small application to preview files in hexadecimal format. It is meant to be used on embedded systems.

Currently, the project is in the WIP state.

Usage

Usage:
         yahv [options] file
Options:
        -u              use upper case hex letters.
        -d              show offest in decimal.
        -g bytes        number of octets per group. Default 2.
        -h              print usage.
        -s seek         start at <seek>.
        -c cols         <cols> octets per line. Default 16.
        -l len          stop after <len> octets.
        -b              print octets in binary.
Commit count: 0

cargo fmt