dotfiles/.config/yazi/plugins/torrent-preview.yazi/README.md
2026-04-25 16:39:11 +05:30

1 KiB

torrent-preview.yazi

Yazi plugin to preview application/bittorrent files

show case

Requirements

Installation

Linux/MacOS

Using the Yazi Package Manager:

ya pack -a kirasok/torrent-preview

Or manually:

git clone https://github.com/kirasok/torrent-preview.yazi.git ~/.config/yazi/plugins/torrent-preview.yazi

Usage

Add this to your yazi.toml:

[[plugin.prepend_previewers]]
mime = "application/bittorrent"
run = "torrent-preview"

Note

Yazi after v0.4 removes x- prefix from subtype, so even if file -i outputs application/x-bittorrent, you should use application/bittorrent (relevant issue)