Plugin for yazi for Krita document preview
- Ensure, that you have
unzip
in the path - Clone this repo into ~/.config/yazi/plugins/krita.yazi directory
- Add the following content into ~/.config/yazi/yazi.toml file:
[plugin]
prepend_previewers = [
{ name = "*.kra", run = "krita" }
]
prepend_preloaders = [
{ name = "*.kra", run = "krita" }
]