Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 530 Bytes

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