trrr - search torrents
CLI tool to search torrents. Results are sorted by number of seeders and each is mapped to key. Pressing the key with assigned letter will open magnet link in your default client. On iOS, magnet link is placed into clipboard.
# switch to root
cpan App::Trrr
Search with as many parameters as needed. Uses KAT by default, -P
will switch to TPB.
trrr keyword1 keyword2 keywordN
trrr keyword1 keyword2 keywordN -P
On Linux, start it without any parameter and it'll use clipboard content as keywords. ( needs 'xclip' or 'xsel' to be installed )
trrr
Limit results which have at least 100 seeders.
trrr keyword1 keyword2 keywordN -100
To get another torrent from previous search add key as parameter. This is mandatory on Windows running 'Git/Bash for Windows' where you have to specify key on CLI upfront.
trrr keyword1 keyword2 keywordN -b
See this perdoc.
trrr -h
Zdenek Bohunek. [email protected]
App::Trr::HotKey is taken from StackOverflow post by brian d foy
Copyright 2016 by Zdenek Bohunek
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.