mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
29 lines
649 B
Markdown
29 lines
649 B
Markdown
# torrent-preview.yazi
|
|
|
|
[Yazi](https://github.com/sxyazi/yazi) plugin to preview `application/x-bittorrent` files
|
|
|
|

|
|
|
|
## Requirements
|
|
|
|
- [yazi](https://github.com/sxyazi/yazi)
|
|
- [transmission-cli](https://github.com/transmission/transmission)
|
|
|
|
## Installation
|
|
|
|
### Linux/MacOS
|
|
|
|
```sh
|
|
git clone https://github.com/kirasok/torrent-preview.yazi.git ~/.config/yazi/plugins/torrent-preview.yazi
|
|
```
|
|
|
|
## Usage
|
|
|
|
Add this to your `yazi.toml`:
|
|
|
|
```toml
|
|
[[plugin.prepend_previewers]]
|
|
mime = "application/x-bittorrent"
|
|
run = "torrent-preview"
|
|
```
|