Preview any file on Yazi using hexyl. To install, use the ya pack cli utility:
ya pack
ya pack -a Reledia/hexyl
then include it in your yazi.toml to use:
yazi.toml
[plugin] append_previewers = [ { name = "*", run = "hexyl" }, ]
Make sure you have hexyl installed, and that can be found in PATH.
PATH