Skip to content

DevManu-de/hexify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks