-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
55 lines (34 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
NAME
trrr - search torrents
DESCRIPTION
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.
USAGE
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"
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.