Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joker1007/image_archive.yazi
https://github.com/joker1007/image_archive.yazi
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joker1007/image_archive.yazi
- Owner: joker1007
- Created: 2024-02-20T02:05:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T02:06:16.000Z (9 months ago)
- Last Synced: 2024-04-15T22:38:40.056Z (7 months ago)
- Language: Lua
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# image_archive.yazi
Plugin for yazi filer to preview images in the archive.
this plugin supports linux only.
## Requirements
- unar## Usage
```toml
[plugin]
prepend_previewers = [
{ name = "*.zip", exec = "image_archive" },
]
```