solorice/config/yazi/plugins/hexyl.yazi
2025-01-15 13:40:35 +02:00
..
DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY Use dotter 2024-08-28 09:02:07 +03:00
init.lua Update 2024-12-10 2024-12-10 08:11:14 +02:00
LICENSE Use dotter 2024-08-28 09:02:07 +03:00
main.lua Update yazi packages 2025-01-15 13:40:35 +02:00
README.md Update: 2024-10-17 2024-10-18 09:09:49 +03:00

hexyl.yazi

Preview any file on Yazi using hexyl. To install, use the ya pack cli utility:

ya pack -a Reledia/hexyl

then include it in your yazi.toml to use:

[plugin]
append_previewers = [
  { name = "*", run = "hexyl" },
]

Make sure you have hexyl installed, and that can be found in PATH.

Preview

preview.png