Skip to main content

Community Resources

Previewer Plugins

These plugins add preview support for additional file formats:

PluginDescription
heic.yaziPreview Apple HEIC/HEIF images
raf.yaziPreview Fujifilm RAF raw files
nkm.yaziPreview Nikon NEF raw files
cbr.yaziPreview comic book archives (CBR/CBZ)
epub.yaziPreview EPUB metadata and cover images

Functional Plugins

Plugins that extend Yazi's functionality beyond previews:

PluginDescription
full-border.yaziToggle full continuous border around all panels
toggle-pane.yaziShow/hide parent and preview panes
chmod.yaziInteractive file permission editor
starship.yaziDisplay starship prompt as Yazi status line

Color Themes / Flavors

The yazi-rs/flavors repository is the official collection of community-contributed flavors (themes). Flavors control:

  • Colors — syntax highlighting, UI elements, file list
  • Icons — file type icon mappings
  • Dark/Light mode — auto-detection based on system preference

Installation:

ya pack -a yazi-rs/flavors:catppuccin-mocha

Then set in theme.toml:

[flavor]
use = "catppuccin-mocha"

Plugin Requirements

To be listed in community resources, a plugin should meet these conventions:

RequirementDescription
.yazi directory endingPlugin directory name must end in .yazi (e.g. heic.yazi)
main.lua entryPlugin must have a main.lua entry point
README in EnglishDocumentation written in English for broad accessibility
LICENSE fileOpen-source license file (MIT, GPL, Apache 2.0, etc.)

Tutorials and Blogs

Getting Help