solorice/config/yazi/plugins/hexyl.yazi/README.md
Kristofers Solo a42ded1119 Use dotter
2024-08-28 09:02:07 +03:00

575 B

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