hexedit
hexedit copied to clipboard
View and edit files in hexadecimal or in ASCII
I think they are defined at https://github.com/pixel/hexedit/blob/783fc819623d0bb4c0159e873cf640e3552017ad/display.c#L109 , but would it be possible to add the colors legend into the `--help`and manpage documentation?
Once the cursor offset exceeds 0x7fffffff, the address column has some integer overflow issues, and the cursor misaligns. Similar issues and scrolling rolloff beyond 0xffffffff. I've started hacking on a...
- Heavily refactored arg parsing to use a simple search-and-dispatch pattern - The argument order no longer matters. The last filename entered is the one used. - longopts can now...
`hexedit filename -l 16` is not valid and results in a usage exit, but `hexedit -l 16 filename` is valid. I can see in the manpage and usage printout as...
I just tried using this program (v1.4.2 based on the manpage) in my fullscreen terminal and found the column numbers on the side difficult to read, because they are huge...
Currently, pressing the left arrow key to move back the cursor erases the characters like the backspace. It would be better if the characters remained so the position can be...
This would be the closest thing to the draggable scrollbar in graphical hex editors like HxD.
Tools like `dd` only accept decimal numbers. Having to convert between decimal and hexadecimal numbers every time is annoying. Please add an option to display the byte position in decimal...
Running the compile line in README fails by missing `curses.h` file. ```bash # ./autogen.sh && ./configure && make ... config.status: creating config.h gcc -DHAVE_CONFIG_H -g -O2 -c hexedit.c In file...
Because getnstr hangs with input longer than 137 chars.