mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Use dotter
This commit is contained in:
28
config/yazi/plugins/torrent-preview.yazi/README.md
Normal file
28
config/yazi/plugins/torrent-preview.yazi/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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"
|
||||
```
|
||||
Reference in New Issue
Block a user