A hexabyte plugin for displaying additional file info.
This plugin uses the python-magic package to provide robust file type details when possible.
~/$ 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",]Standard Info Panel
Extended Info Panel
Standard Info Panel
Extended Info Panel
~/$ git clone https://github.com/thetacom/hexabyte_extended_info
...
~/$ cd hexabyte_extended_info
hexabyte_extended_info/$ poetry install
...hexabyte_extended_info/$ make test
...


