solorice/.config/yazi/plugins/hexyl.yazi
2024-07-16 22:42:32 +03:00
..
DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY Update 2024-07-16 2024-07-16 22:42:32 +03:00
init.lua Update 2024-07-16 2024-07-16 22:42:32 +03:00
LICENSE Update 2024-07-16 2024-07-16 22:42:32 +03:00
README.md Update 2024-07-16 2024-07-16 22:42:32 +03:00

hexyl.yazi

Preview any file on Yazi using hexyl. To install, clone the repo inside your ~/.config/yazi/plugins/:

git clone https://github.com/Reledia/hexyl.yazi.git

then include it in your yazi.toml to use:

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

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

Preview

preview.png