hexedit
hexedit copied to clipboard
View and edit files in hexadecimal or in ASCII
thank you for this useful tool, searching large volumes of data works really nice, but i'm missing some shortcut to move to the next search result (in given/last search direction)...
In autoconf.ac is missing AC_OUTPUT for hexedit.lsm
Apologies if I'm just not seeing this but how do you know which version of hexedit you are using? There's no version info when you type hexedit --help and nothing...
F10 to quit works, so my F-keys must be recognized... but F1 does nothing at all when it should bring up the help according to the man page.
It would be nice to be able to seek to an offset directly using command line flags. I was hoping for `hexedit /device +0xoff`, where +X is generally the command-line...
Scrolling with the mouse wheel does not work properly. You might look at vim option mouse=a to understand how it can be fixed. Best regards Heinrich Schuchardt
Hi, The hexedit fails to show filenames with non-ASCII characters. This issue was treated and fixed in Debian bug #500422 [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500422 Basically, after load the file called '00...
At the time of this ticket the [Changes](https://github.com/pixel/hexedit/blob/master/Changes) file has non-uniform patterns to parse  Would you consider following recommendations from https://keepachangelog.com or at least a minimal form of it....
It would be nice to have a support for displaying the text as it would be decoded if it was EBCDIC, rather than ASCII. I like the simplicity of this...
It would be interesting if there was the possibility of Case-Insensitive search when using "Ascii string to search". Best regards,