1
2plowlist(1)                  Plowshare GIT-c58a80e                 plowlist(1)
3
4
5

NAME

7       plowlist - Command-line link-lister for file-sharing websites
8
9

SYNOPSIS

11       plowlist [OPTIONS]...  [MODULE_OPTIONS]...  URL...
12
13

DESCRIPTION

15       plowlist is a set of bash scripts designed for listing links (files) on
16       file-sharing website.  Provided links  can  be  downloaded  with  plow‐
17       down(1).
18
19       Currently supported hosting sites list is available in README file.
20
21

OPTIONS

23   Common options
24       -i, --interface=IFACE
25              If  your  machine  has  several  network interfaces, force using
26              IFACE interface.
27
28   Logging options
29       -v, --verbose=LEVEL
30              Set output verbose level:
31              0  none,
32              1  errors,
33              2  notice (default behavior),
34              3  debug,
35              4  report (very noisy, log HTML pages).
36
37       -q, --quiet
38              Alias for -v0. Do not print any debug messages.
39
40   Generic program information
41       -h, --help
42              Display this help and exit.
43
44           --version
45              Output version information and exit.
46
47

MODULE OPTIONS

49       None yet!
50
51

EXAMPLES

53   1) List links one shared-folder page
54       $ plowlist http://www.mediafire.com/?sharekey=79ac821ea0110
55
56       # Process first URL, then the second one
57       $ plowlist http://www.mediafire.com/?sharekey=79ac821ea0110 http://www.mediafire.com/?sharekey=695c8c1ed055a
58
59

FILES

61       ~/.config/plowshare/plowshare.conf
62              This is the per-user configuration file.
63
64       /etc/plowshare.conf
65              Systemwide configuration file.
66
67       The file format is described in plowshare.conf(5).
68
69

AUTHORS

71       Plowshare was initially written by Arnau Sanchez. See the AUTHORS  file
72       for a list of some of the many other contributors.
73
74       Plowshare is (C) 2010-2011 The Plowshare Team
75

SEE ALSO

77       plowdown(1), plowup(1), plowdel(1), plowshare.conf(5).
78
79
80
81GPL                             August 16, 2011                    plowlist(1)
Impressum