Hexabyte Extended Info Plugin
May 23, 2023 ยท View on GitHub
A hexabyte plugin for displaying additional file info.
This plugin uses the python-magic package to provide robust file type details when possible.
User
Install
~/$ pip install hexabyte-extended-info
...
Add hexabyte_extended_info to the plugins list inside your hexabyte config (~/.config/hexabyte/config.toml).
plugins = [ "hexabyte_extended_info",]
x86_64 Hello World
Standard Info Panel

Extended Info Panel

MacOS Bash
Standard Info Panel

Extended Info Panel

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