Hexabyte Entropy Plugin
May 24, 2023 ยท View on GitHub
A hexabyte plugin for displaying the entropy of file chunks.
The entropy values are mapped to color codes and then displayed in a scrollable sidebar. Clicking on a chunk will jump the active editor to the location of the selected chunk.
User
Install
~/$ pip install hexabyte-entropy
...
Add hexabyte_entropy to the plugins list inside your hexabyte config (~/.config/hexabyte/config.toml).
plugins = [ "hexabyte_entropy",]
x86_64 Hello World

MacOS Bash

Developer
~/$ git clone https://github.com/thetacom/hexabyte_entropy
...
~/$ cd hexabyte_entropy
hexabyte_entropy/$ poetry install
...
Test
hexabyte_entropy/$ make test
...