hexabyte
v0.8.7

現代,健壯且可擴展的命令六角編輯器。
注意:減少核心編輯器的依賴性數量。內置插件已移至單獨的軟件包。它們是hexabyte_extended_info和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.幫助屏幕

命令提示

單文件 - 拆分屏幕

單文件 - 十六進制視圖模式

UTF8查看模式

二進制視圖模式

兩個文件 - diff視圖
Hexabyte的界面是高度可自定義的。您可以為每個視圖模式調整列大小和列計數。

可以通過使用插件來擴展六邊形功能。
~ /$ git clone https://github.com/thetacom/hexabyte
...
~ /$ cd hexabyte
hexabyte/$ poetry install
...hexabyte/$ make test
...