8000 GitHub - atareao/convert.yazi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

atareao/convert.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convert.yazi

Requirements

Installation

Linux

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

or

ya pack -a atareao/convert

Usage

Add this to your ~/.config/yazi/keymap.toml, inside of [manager]

prepend_keymap = [
    { on   = [ "c", "j" ], run  = "plugin convert --args='--extension=jpg'", desc = "Convert image to JPG" },
    { on   = [ "c", "p" ], run  = "plugin convert --args='--extension=png'", desc = "Convert image to PNG" },
    { on   = [ "c", "w" ], run  = "plugin convert --args='--extension=webp'", desc = "Convert image to WEBP" },
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0