3 unstable releases

0.2.1 Mar 4, 2025
0.2.0 Mar 4, 2025
0.1.1 Mar 4, 2025

#266 in Text processing

Download history 243/week @ 2025-02-26 133/week @ 2025-03-05

376 downloads per month

MIT license

9KB
228 lines

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.

No runtime deps