#binary #hexadecimal #cli

app hxt

A binary file markup language

3 releases

0.1.2 Dec 2, 2022
0.1.1 Jul 8, 2021
0.1.0 Jul 8, 2021

#1483 in Command line utilities

ISC license

26KB
730 lines

hxt

hxt is the command-line tool that utilizes the hext crate. It acts like cat meaning if you pass no file name, it reads input from stdin. If you pass multiple file names, it will process them in order.

For a more complete readme, you should read the the one for hext, the library that does all the work.

You may specify an output file with the -o option. If no output file is specified, hxt will output to stdout.

Usage: hxt [options] FILES

Options:
    -o, --output FILE   output to a file
    -h, --help          print this message and exit

Dependencies

~1MB
~25K SLoC