Skip to content

A plugin for the hexabyte editor. Provides an extended info sidebar with similar details to that provided by the `file` command.

License

Notifications You must be signed in to change notification settings

thetacom/hexabyte_extended_info

Repository files navigation

Hexabyte Extended Info Plugin

Version Status Wheel Downloads License Python Implementation Python Version

Lint Test Release Publish

Pre-Commit Ruff

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

Hello World Standard

Extended Info Panel

Hello World Extended

MacOS Bash

Standard Info Panel

MacOS Bash Standard

Extended Info Panel

MacOS Bash Extended

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
...

About

A plugin for the hexabyte editor. Provides an extended info sidebar with similar details to that provided by the `file` command.

Resources

License

Stars

Watchers

Forks

Packages

No packages published