hexabyte
v0.8.7

Un editor de hex de línea moderno, robusto y extensible.
Nota: Para reducir el número de dependencias del editor central. Los complementos Builtin se han trasladado a paquetes separados. Son hexabyte_extended_info y hexabyte_entropy.
~ /$ pip install hexabyte
... ~ /$ hexabyte --help
usage: hexabyte [-h] [-c CONFIG_FILEPATH] [-s] [files ...]
Hexabyte can operate in three distinct modes. Single file mode opens a single file with a single editor. Split screen mode opens a single file with a split screen view. Diff
mode opens two files side by side.
positional arguments:
files Specify 1 or 2 filenames
options:
-h, --help show this help message and exit
-c CONFIG_FILEPATH, --config CONFIG_FILEPATH
Specify config location. Default: ~ /.config/hexabyte/config.toml
-s, --split Display a single file in two split screen editors.Pantalla de ayuda

Solicitante del sistema

Archivo único: pantalla dividida

Archivo único: modo de vista hexadecimal

Modo de vista UTF8

Modo de vista binaria

Dos archivos - Vista DIFF 
La interfaz de Hexabyte es altamente personalizable. Puede ajustar el tamaño de la columna y el recuento de columnas para cada modo de vista.

La funcionalidad de hexabyte se puede extender mediante el uso de complementos.
~ /$ git clone https://github.com/thetacom/hexabyte
...
~ /$ cd hexabyte
hexabyte/$ poetry install
...hexabyte/$ make test
...