1LIFEREA(1) General Commands Manual LIFEREA(1)
2
3
4
6 Liferea - GTK desktop news aggregator
7
8
10 liferea [OPTIONS]
11
12
14 Liferea (Linux Feed Reader) is an aggregator for online news feeds. It
15 can be used to maintain a list of subscribed feeds, browse and search
16 through their items and displays their contents. Additionally Liferea
17 allows one to sync subscriptions and read headlines with online
18 accounts of TinyTinyRSS and TheOldReader.
19
21 Liferea options:
22
23 -v, --version
24 Print version information and exit
25
26 -h, --help
27 Display a option overview and exit
28
29 -a, --add-feed=URI
30 Add a new subscription URI which can be a feed or website URL
31
32 -w, --mainwindow-state=STATE
33 Start Liferea with its mainwindow in STATE: shown, hidden
34
35 -p, --disable-plugins
36 Start with all plugins disabled
37
38 --debug-all
39 Print debugging messages of all types
40
41 --debug-cache
42 Print debugging messages for the cache handling
43
44 --debug-conf
45 Print debugging messages of the configuration handling
46
47 --debug-db
48 Print debugging messages of the configuration handling
49
50 --debug-gui
51 Print debugging messages of all GUI functions
52
53 --debug-html
54 Enables HTML rendering debugging. Each time Liferea renders HTML
55 output it will also dump the generated HTML into
56 $XDG_CACHE_DIR/liferea/output.html.
57
58 --debug-parsing
59 Print debugging messages of all parsing functions
60
61 --debug-performance
62 Print debugging messages when a function takes too long to
63 process
64
65 --debug-trace
66 Print debugging messages when entering/leaving functions
67
68 --debug-update
69 Print debugging messages of the feed update processing
70
71 --debug-vfolder
72 Print debugging messages of the search folder matching
73
74 --debug-verbose
75 Print verbose debugging messages
76
77
79 To allow integration with other programs Liferea profives a DBUS inter‐
80 face for automatic creation of new subscriptions. The script liferea-
81 add-feed is a convenient way to use this interface. Just pass a valid
82 feed URL as parameter and the feed will be added to the feed list. You
83 can also pass non-feed URLs to use feed auto discovery. Example:
84
85 liferea-add-feed "https://www.newsforge.com/newsforge.rss"
86
87 Please note that Liferea needs to be running for liferea-add-feed to
88 work.
89
90
92 http_proxy
93 If a proxy is not specified in the Liferea preferences (which
94 uses the proxy settings provided by dconf), then Liferea will
95 use the proxy specified in $http_proxy. $http_proxy should be
96 set to a URI specifying the desired proxy, for example
97 ‘http://proxy.example.com:3128/’.
98
99
101 $XDG_CONFIG_DIR/liferea/feedlist.opml
102 Contains the current list of subscriptions
103
104 $XDG_CONFIG_DIR/liferea/liferea.css
105 Stylesheet that can be used to override default HTML style
106
107 $XDG_DATA_DIR/liferea/liferea.db
108 Sqlite3 database with all subscriptions and headlines
109
110 $XDG_DATA_DIR/liferea/plugins/
111 User-installed plugins are stored here. You can either manually
112 put plugins here or use the plugin installer in Liferea.
113
114
116 This manual page was written by Lars Windolf <lars.windolf@gmx.de>.
117
118
119
120 Dec 26, 2015 LIFEREA(1)