Skip to content

Yazi plugin that enables quick previews of images on macOS. It focuses on PSD (Photoshop) files but also supports other image formats, utilizing the sips command-line tool.

License

Notifications You must be signed in to change notification settings

andreas-timm/sips-preview.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sips-preview.yazi

sips-preview.yazi is a Yazi plugin that enables quick previews of images on macOS. It focuses on PSD (Photoshop) files but also supports other image formats listed by sips --formats, utilizing the sips command-line tool.

Features

  • Quick Image Previews: Instantly preview various image formats directly within Yazi.
  • PSD Support: Seamlessly preview Photoshop (PSD) files without the need for additional software.
  • macOS Integration: Leverages the native sips utility for efficient image processing.

Requirements

  • Yazi v0.3 or higher.
  • Operating System: macOS
  • Ensure the sips command-line tool is available on your system (pre-installed on macOS).

Installation

ya pack -a andreas-timm/sips-preview

Restart Yazi to load the plugin.

Configuration

Add the following preloader configuration to your yazi.toml file to enable the plugin for PSD files:

[plugin]
prepend_preloaders = [
    { mime = "image/vnd.adobe.photoshop", run = "sips-preview" }
]
prepend_previewers = [
    { mime = "image/vnd.adobe.photoshop", run = "sips-preview" },
]

License

This plugin is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgments

Special thanks to the Yazi community for their support and to Apple for providing the sips tool.

About

Yazi plugin that enables quick previews of images on macOS. It focuses on PSD (Photoshop) files but also supports other image formats, utilizing the sips command-line tool.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages