hexedit
hexedit copied to clipboard
View and edit files in hexadecimal or in ASCII
# Add relative jump support to goto functionality This PR adds support for relative jumps in hexedit's goto feature (Ctrl+G, F4, Enter). Users can now specify relative offsets using `+`...
Normally, you can only scroll up or down if the cursor is at the top or bottom of the screen. Ctrl+Arrow keys (up and down) should always scroll.
Currently, the "Ascii string to search" and "Hexa string to search" fields can only be cleared by holding the backspace for several seconds until all the characters are gone. This...
When pressing Ctrl+G to enter the new position, the field should already be filled with the current position.
Please add these options: ~~~~ --ascii-only: Only show ASCII over the entire width of the terminal window. --hex-only: Only show hexadecimal bytes over the entire width of the terminal window....
Please add an option like this: ~~~~ hexedit --byte-groups=2 ~~~~ Result: ~~~~ 0000 0000 0000 0000 ........ ~~~~