hexhog
Configurable hex viewer and editor
TLDR
Open a file in the hex editor
$ hexhog [path/to/file]
SYNOPSIS
hexhog [options] file
DESCRIPTION
hexhog is a configurable hex viewer and editor for the terminal. It provides basic hex editing features including editing, deleting, and inserting bytes, as well as selecting and copy/pasting byte ranges. The interface displays offset addresses, hex values, and ASCII representation in a customizable layout.
The tool allows configuration of color themes and key bindings to suit different workflows.
CAVEATS
Primarily designed for smaller binary files. Very large files may impact performance and memory usage.
HISTORY
hexhog was created by DVDTSB and provides a simple, configurable approach to hex editing in the terminal.

