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
.