DevManu-de / hexify

hexify is a program for displaying files in hex and also giving an ascii letter to each hex number in a nice terminal gui.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexify

is a program for displaying files in hex and also giving an ascii letter to each hex number in a nice terminal gui.

Description

img

Usage

hexify currently only has 2 ways to open a file.

  • hexify <file-name>
  • hexify -f <file-name>

Other flags

  • 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

Dependencys

ncurses

For cloning git clone https://github.com/DevManu-de/hexify.git --recursive

Compilation

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.

About

hexify is a program for displaying files in hex and also giving an ascii letter to each hex number in a nice terminal gui.

License:MIT License


Languages

Language:C 92.9%Language:Makefile 7.1%