mirror of https://github.com/dirtbags/fluffy.git
New hex program
This commit is contained in:
parent
0c37c73a8e
commit
5dd38fb4ea
13
README.md
13
README.md
|
@ -12,6 +12,10 @@ Usually, a program expects input on stdin,
|
||||||
and produces output on stdout.
|
and produces output on stdout.
|
||||||
Flags are sparse by design.
|
Flags are sparse by design.
|
||||||
|
|
||||||
|
Fluffy source code is purposefully spartan and easy to audit.
|
||||||
|
Forks are encouraged,
|
||||||
|
please let me know if you make one.
|
||||||
|
|
||||||
|
|
||||||
How To Build
|
How To Build
|
||||||
------------
|
------------
|
||||||
|
@ -114,6 +118,15 @@ Removes duplicate frames from input,
|
||||||
writing to output.
|
writing to output.
|
||||||
|
|
||||||
|
|
||||||
|
### hex: hex-encode input
|
||||||
|
|
||||||
|
The opposite of `unhex`.
|
||||||
|
|
||||||
|
The following is the equivalent of `cat`:
|
||||||
|
|
||||||
|
hex | unhex
|
||||||
|
|
||||||
|
|
||||||
### printfesc: printf escape input
|
### printfesc: printf escape input
|
||||||
|
|
||||||
Reads octets,
|
Reads octets,
|
||||||
|
|
Loading…
Reference in New Issue