mirror of
https://github.com/NotAShelf/hexxy.git
synced 2024-11-22 13:20:49 +00:00
[hexxy] init
This commit is contained in:
parent
0251590ef6
commit
1196348f19
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Hexxy
|
||||||
|
|
||||||
|
A modern alternative to `xxd` and `hexdump`
|
||||||
|
|
||||||
|
Huge thanks to ![igoracmelo](https://github.com/igoracmelo/xx) for the idea and reference.
|
||||||
|
The idea and code for colorizing xxd/hexdump output in a gradient format came from them.
|
||||||
|
|
||||||
|
## Example usage
|
||||||
|
```sh
|
||||||
|
hexxy /path/to/file.bin
|
||||||
|
# dont output with color
|
||||||
|
hexxy --no-color /path/to/file.bin
|
||||||
|
# refer to multiple files
|
||||||
|
hexxy file1 file2 file3
|
||||||
|
# read from stdin
|
||||||
|
cat mybinary | hexxy
|
||||||
|
```
|
Loading…
Reference in a new issue