1GPO(1) User Commands GPO(1)
2
3
4
6 gpo - Text mode interface of gPodder
7
9 gpo [--verbose|-v|--quiet|-q] [COMMAND] [params...]
10
11
13 gpo is the text mode interface of gPodder. Run it without any arguments
14 to start the interactive shell (see below). Use "gpo help" to get a
15 list of supported commands.
16
17 gpo can be used to manage podcasts from the command line without having
18 to start gPodder. It can also be used to automate tasks such as down‐
19 loading or updating feeds.
20
21 The database and files are the same as used by the GUI, gpodder(1).
22
23
25 If you run "gpo" without COMMAND it will enter its interactive shell
26 mode. From there, you can type commands directly. When readline is
27 available, this shell supports completion using <Tab>. Podcast feed
28 URLs are also completed for commands that take the URL of a podcast as
29 argument.
30
31 Some commands (e.g. search and toplist) will provide a query in inter‐
32 active shell mode (to subscribe to podcasts). These queries will not be
33 shown when started directly from the command line.
34
35
37 For all commands, you can use only the first few characters instead of
38 the full command, as long as the command is unique. If not, gpo will
39 show you all matching commands and the shortest prefix of each.
40
41 Please note that future additions to the command set could change the
42 shortest prefix of any given command, so usage of the full command in
43 scripts is recommended (e.g. use "gpo update" and not "gpo up" in
44 scripts and cronjobs). The short command prefixes are mostly useful
45 for interactive usage.
46
47
49 gpo
50 Enter interactive shell mode
51
52 gpo update && gpo download
53 Check for new episodes, then download all new episodes
54
55
56 gpo search linux outlaws
57 Search the directory for podcasts named "linux outlaws"
58
59
60 gpo youtube http://youtube.com/watch?v=oHg5SJYRHA0
61 Print download URL of a YouTube video to stdout
62
63
65 gpodder(1)
66
67
69 Report bugs at https://github.com/gpodder/gpodder/issues
70
71
72
73gpodder 3.10.17 November 2020 GPO(1)