This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathmanpage-newsbeuter.txt
179 lines (117 loc) · 4.74 KB
/
manpage-newsbeuter.txt
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
NEWSBEUTER(1)
===========
Andreas Krennmair <[email protected]>
NAME
----
newsbeuter - an RSS/Atom feed reader for text terminals
SYNOPSIS
--------
'newsbeuter' [-r] [-e] [-i opmlfile] [-u urlfile] [-c cachefile] [-C configfile] [-X] [-o] [-x <command> ...] [-h]
DESCRIPTION
-----------
'newsbeuter' is an RSS/Atom feed reader for text terminals. RSS and Atom are a
number of widely-used XML formats to transmit, publish and syndicate articles,
for example news or blog articles. Newsbeuter is designed to be used on text
terminals on Unix or Unix-like systems such as GNU/Linux, BSD or Mac OS X.
OPTIONS
-------
-h, --help::
Display help
-r, --refresh-on-start::
Refresh feeds on start
-e, --export-to-opml::
Export feeds as OPML to stdout
-X, --vacuum::
Compact the cache by: 1) reclaiming the space that was left empty when
data was deleted; and 2) defragmenting the entries in the cache. This
*doesn't* delete the entries; for that, see 'cleanup-on-quit',
'delete-read-articles-on-quit', 'keep-articles-days', and 'max-items'
settings.
-v, -V, --version::
Get version information about newsbeuter and the libraries it uses
-i opmlfile, --import-from-opml=opmlfile::
Import an OPML file
-u urlfile, --url-file=urlfile::
Use an alternative URL file
-c cachefile, --cache-file=cachefile::
Use an alternative cache file
-C configfile, --config-file=configfile::
Use an alternative configuration file
-x command ..., --execute=command...::
Execute one or more commands to run newsbeuter unattended. Currently available
commands are "reload" and "print-unread".
-l loglevel, --log-level=loglevel::
Generate a logfile with a certain loglevel. Valid loglevels are 1 to 6. An
actual logfile will only be written when you provide a logfile name.
-d logfile, --log-file=logfile::
Use this logfile as output when logging debug messages. Please note that this
only works when providing a loglevel.
-E file, --export-to-file=file::
Export a list of read articles (resp. their GUIDs). This can be used to
transfer information about read articles between different computers.
-I file, --import-from-file=file::
Import a list of read articles and mark them as read if they are held in the
cache. This is to be used in conjunction with the -E commandline parameter.
FIRST STEPS
-----------
include::chapter-firststeps.txt[]
CONFIGURATION COMMANDS
----------------------
include::newsbeuter-cfgcmds.txt[]
AVAILABLE OPERATIONS
----------------------
include::newsbeuter-keycmds.txt[]
TAGGING
-------
include::chapter-tagging.txt[]
SCRIPTS AND FILTERS
-------------------
include::chapter-snownews.txt[]
COMMAND LINE
------------
include::chapter-cmdline.txt[]
'quit'::
Quit newsbeuter
'save' <filename>::
Save current article to <filename>
'set' <variable>[=<value>|&|!]::
Set (or get) configuration variable value. Specifying a '!' after the name of a boolean configuration variable toggles their values, a '&' directly after the name of a configuration variable of any type resets its value to the documented default value.
'tag' <tagname>::
Select a certain tag
'goto' <case-insensitive substring>::
Go to the next feed whose name contains the case-insensitive substring.
'source' <filename> [...]::
Load the specified configuration files. This allows it to load alternative configuration files or reload already loaded configuration files on-the-fly from the filesystem.
'dumpconfig' <filename>::
Save current internal state of configuration to file, so that it can be instantly reused as configuration file.
'<number>'::
Jump to the <number>th entry in the current dialog
XDG Base Directory Support
--------------------------
Newsbeuter defaults to storing everything in '$HOME/.newsbeuter' directory. If
you prefer XDG, create '$HOME/.config/newsbeuter' and
'$HOME/.local/share/newsbeuter' directories, and Newsbeuter will use them
from there on.
If you already have some files in '$HOME/.newsbeuter/', move them as follows:
'config', 'urls'::
to '$HOME/.config/newsbeuter/'
'cache.db', 'history.search', 'history.cmdline'::
to '$HOME/.local/share/newsbeuter/'
See also a corresponding section in podbeuter(1).
FILES
-----
dotfiles::
'$HOME/.newsbeuter/config'
+
'$HOME/.newsbeuter/urls'
XDG::
'$HOME/.config/newsbeuter/config'
+
'$HOME/.config/newsbeuter/urls'
SEE ALSO
--------
podbeuter(1). The documentation that comes with newsbeuter is a good
source about the general use and configuration of newsbeuter.
AUTHORS
-------
Andreas Krennmair <[email protected]>, for contributors see AUTHORS file.