bytary
A simple CLI tool for binary data manipulation.
Examples
List all supported formats:
Convert bytes to hexadecimal:
|
Convert bytes to hexadecimal with space and line wrap:
|
Convert hexadecimal to bytes:
|
Help
A simple CLI tool for binary data manipulation
Usage: bytary [OPTIONS] [TO] [FROM]
Arguments:
[TO] Output format [default: bytes]
[FROM] Input format [default: bytes]
Options:
-l, --list-formats List all supported formats and exit
-s, --space <SPACE_INTERVAL> Space interval between bytes [default: 0]
-w, --wrap <WRAP_INTERVAL> Line wrap interval [default: 0]
-v, --verbose Use verbose output
-h, --help Print help (see more with '--help')
-V, --version Print version