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.
~/$ pip install hexabyte-entropy
...Add hexabyte_entropy to the plugins list inside your hexabyte config (~/.config/hexabyte/config.toml).
plugins = [ "hexabyte_entropy",]~/$ git clone https://github.com/thetacom/hexabyte_entropy
...
~/$ cd hexabyte_entropy
hexabyte_entropy/$ poetry install
...hexabyte_entropy/$ make test
...
