summaryrefslogtreecommitdiff
path: root/sfeed_stats.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-03 17:23:32 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-03 17:23:32 +0100
commitd3b19877ad59ad15df8df8718e6afd481636dfd2 (patch)
tree0a67486c62c77dd708038c3b8705ffb58210cdb3 /sfeed_stats.1
parent7c220b7102082d975ef0c901e1beb76040e33b7a (diff)
man: add sfeed_stats.1
Diffstat (limited to 'sfeed_stats.1')
-rw-r--r--sfeed_stats.121
1 files changed, 21 insertions, 0 deletions
diff --git a/sfeed_stats.1 b/sfeed_stats.1
new file mode 100644
index 0000000..b72e442
--- /dev/null
+++ b/sfeed_stats.1
@@ -0,0 +1,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