dotfiles/.config/yazi/plugins/krita-preview.yazi
2026-04-25 16:39:11 +05:30
..
LICENSE initial dotfiles 2026-04-25 16:39:11 +05:30
main.lua initial dotfiles 2026-04-25 16:39:11 +05:30
README.md initial dotfiles 2026-04-25 16:39:11 +05:30

krita-preview.yazi

A Yazi plugin to preview Krita's .kra and .kra~ files.

Tip

Krita's thumbnails are limited to 256x256 pixels. zoom.yazi can help increase the size, but won't change the resolution.

Requirements

Either unzip or 7z need to be installed and available in the PATH.

Installation

ya pkg add walldmtd/krita-preview

Usage

Add this to yazi.toml:

[plugin]
prepend_preloaders = [
    { name = "*.kra", run = "krita-preview" },
    { name = "*.kra~", run = "krita-preview" },
]
prepend_previewers = [
    { name = "*.kra", run = "krita-preview" },
    { name = "*.kra~", run = "krita-preview" },
]

Acknowledgements