Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreas-timm/sips-preview.yazi
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.
https://github.com/andreas-timm/sips-preview.yazi
psd sips yazi-plugin
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/andreas-timm/sips-preview.yazi
- Owner: andreas-timm
- License: mit
- Created: 2024-11-22T00:06:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-22T00:28:03.000Z (about 1 month ago)
- Last Synced: 2024-11-22T01:20:35.276Z (about 1 month ago)
- Topics: psd, sips, yazi-plugin
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sips-preview.yazi
**sips-preview.yazi** is a [Yazi](https://yazi-rs.github.io/) 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](https://yazi-rs.github.io/) v0.3 or higher.
- Operating System: macOS
- Ensure the `sips` command-line tool is available on your system (pre-installed on macOS).## Installation
```sh
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:
```toml
[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](LICENSE) file for more details.## Acknowledgments
Special thanks to the Yazi community for their support and to Apple for providing the `sips` tool.