summaryrefslogtreecommitdiff
path: root/sfeed_plain.1
blob: 1993203f6a296e3cd3d5858d125bcdf34bb66200 (plain)
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
.Dd December 25, 2014
.Dt SFEED_PLAIN 1
.Os
.Sh NAME
.Nm sfeed_plain
.Nd formats a feeds file to a plain-text list
.Sh SYNOPSIS
.Nm
.Op Ar file...
.Sh DESCRIPTION
.Nm
formats one or more
.Ar files
to a plain-text list. Each plain-text item will contain the feed name which
will be the filename. If no argument is given it will read a feed from stdin,
but there will not be a feed name.
The data read from
.Ar files
or stdin is in a TAB-separated-like format from
.Xr sfeed 1
For a more detailed list of this format and its fields see
.Xr sfeed 1
.Sh SEE ALSO
.Xr sfeed 1 ,
.Xr sfeed_html 1
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org