Skip to content

A yazi plugin for converting unsupported images for preview.

License

Notifications You must be signed in to change notification settings

WingsZeng/convert.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convert.yazi

A yazi plugin utilizing ImageMagick's convert to transform unsupported image formats for previewing.

Requirements

ImageMagick

Installation

git clone https://github.com/WingsZeng/convert.yazi.git ~/.config/yazi/plugins/convert.yazi

Usage

Here's an example configuration to enable SVG previewing, which isn't supported by yazi yet.

[plugin]
prepend_preloaders = [
	{ mime = "image/svg+xml", run = "convert" },
]

prepend_previewers = [
	{ mime = "image/svg+xml", run = "convert" },
]

About

A yazi plugin for converting unsupported images for preview.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages