No description
Find a file
2025-07-12 11:10:23 +04:00
LICENSE init 2025-01-23 20:08:27 +04:00
main.lua Fix API mismatch 2025-07-12 11:10:23 +04:00
README.md init 2025-01-23 20:08:27 +04:00

Plugin for yazi for Krita document preview

Usage:

  1. Ensure, that you have unzip in the path
  2. Clone this repo into ~/.config/yazi/plugins/krita.yazi directory
  3. Add the following content into ~/.config/yazi/yazi.toml file:
[plugin]
prepend_previewers = [
  { name = "*.kra", run = "krita" }
]

prepend_preloaders = [
  { name = "*.kra", run = "krita" }
]