NAME
trrr - search torrents on CLI
SYNOPSIS
CLI tool to search torrents using extratorrent API, Filters and sorts results which are then mapped to keys. Press the key with assigned letter and it will download and open torrent in your default client.
USAGE
Filter results with as many parameters as needed
trrr keyword1 keyword2 keywordN
Limit results by minimum number of seeders add number as last parameter.
trrr keyword1 keyword2 keywordN -100
Results are displayed, first column contains assigned key of torrent. To pick a result press assigned key and it'll be opened in your default torrent client. As results are sorted by number of seeders most of the time you want to press an A key.
To pick result from previous search add letter on command line. This is necessary on Windows running 'Git/Bash for Windows' where you have to specify key on CLI upfront.
trrr keyword1 keyword2 keywordN -100 -a'
AUTHOR
Zdenek Bohunek. <zdenek@cpan.org>
App::Trr::HotKey is taken from StackOverflow post by brian d foy
COPYRIGHT AND LICENSE
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.