Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devmanu-de/hexify
- Owner: DevManu-de
- License: mit
- Created: 2021-03-28T22:00:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T21:09:05.000Z (over 1 year ago)
- Last Synced: 2023-08-17T22:41:50.691Z (over 1 year ago)
- Topics: c, hex, hexadecimal, ncurses, ncurses-ui, terminal, terminal-based
- Language: C
- Homepage:
- Size: 4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -vto 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`.