summaryrefslogtreecommitdiff
path: root/sfeed_stats.1
blob: b72e442c11e016dbb955111f0fdd2e512dad9a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.Dd January 3, 2015
.Dt SFEED_STATS 1
.Os
.Sh NAME
.Nm sfeed_stats
.Nd formats a feeds file to show a plain text summary
.Sh SYNOPSIS
.Nm sfeed_stats
.Sh DESCRIPTION
.Nm
formats a feeds file (TSV) from
.Xr sfeed_update 1
to a plain text summary with: the total amount of items, amount of new items,
the timestamp of the last item. It reads TSV data from stdin and writes
formatted plain text to stdout. For the exact TSV format see
.Xr sfeed_update 1 .
.Sh SEE ALSO
.Xr sfeed_update 1 ,
.Xr sfeed 1
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org