Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/devmanu-de/hexify

c hex hexadecimal ncurses ncurses-ui terminal terminal-based

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](img/20210420.173900.jpg)

## Usage
hexify currently only has 2 ways to open a file.
- hexify \
- hexify -f \

### Other flags
- hexify -r \ `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`.