No description
- Lua 100%
| LICENSE | ||
| main.lua | ||
| README.md | ||
Plugin for yazi for Krita document preview
Usage:
- Ensure, that you have
unzipin 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" }
]