mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
| .. | ||
| DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY | ||
| init.lua | ||
| LICENSE | ||
| README.md | ||
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.
