SolarOS 4.6.8 manual · app
hexedit
Two-pane binary editor for files on mounted storage. Each row shows a file offset, hexadecimal bytes, and their synchronized printable ASCII view. The number of bytes per row adapts to the terminal width. It uses the same 256 KiB PSRAM and 32 KiB internal-memory limits as edit.
Usage:
hexedit <file>
Controls:
Tabswitches input focus between the HEX and ASCII panes. The corresponding- Hexadecimal digits replace the active high or low nibble in the HEX pane.
- Arrows, Page Up/Page Down, Home/End, and Ctrl+Home/Ctrl+End navigate by byte,
Shiftwith navigation extends a byte selection.Ctrl+A,Ctrl+C,- Backspace and Delete remove bytes. Typing at end of file appends data.
Ctrl+Ssaves in place.Escsaves if needed and exits; the app-exit keyCtrl++andCtrl+-adjust editor text size for the active session.
byte remains highlighted in both panes.
Printable characters replace the active byte in the ASCII pane.
row, page, or file.
Ctrl+X, and Ctrl+V select all, copy, cut, and paste binary data.
exits without forcing a save.