is a program for displaying files in hex and also giving an ascii letter to each hex number in a nice terminal gui.
hexify currently only has 2 ways to open a file.
- hexify <file-name>
- hexify -f <file-name>
- hexify -r <float>
Bigger = more ascii characters, number must be between 0 and 1 (0 and 1 are exclusive)
- hexify -h
- hexify -v
to quit just press q
ncurses
For cloning
git clone https://github.com/DevManu-de/hexify.git --recursive
make
An executable will appear in the output
directory.
If you see
make: ctags: No such file or directory
make: *** [Makefile:35: hexify] Error 127
dont worry the executable was still created but Makefile couldn't find ctags
.