summaryrefslogtreecommitdiff
path: root/sfeed_twtxt.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-08-22 16:23:52 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-08-22 16:24:42 +0200
commit6446070da557bf8b56fa44b2bbdc4690edf490a9 (patch)
tree5432ec8fe24b30e461e9e2f07c2cbec842e6ce67 /sfeed_twtxt.1
parent68a48bea8231afdf3f5e533a07bffeb1dc39f875 (diff)
add sfeed_twtxt format program: format to a twtxt feed
Diffstat (limited to 'sfeed_twtxt.1')
-rw-r--r--sfeed_twtxt.130
1 files changed, 30 insertions, 0 deletions
diff --git a/sfeed_twtxt.1 b/sfeed_twtxt.1
new file mode 100644
index 0000000..14da7f2
--- /dev/null
+++ b/sfeed_twtxt.1
@@ -0,0 +1,30 @@
+.Dd August 22, 2018
+.Dt SFEED_TWTXT 1
+.Os
+.Sh NAME
+.Nm sfeed_twtxt
+.Nd format feed data to a twtxt feed
+.Sh SYNOPSIS
+.Nm
+.Op Ar file...
+.Sh DESCRIPTION
+.Nm
+formats feed data (TSV) from
+.Xr sfeed 1
+from stdin or
+.Ar file
+to stdout as a twtxt feed.
+If one or more
+.Ar file
+are specified, the basename of the
+.Ar file
+is used as the feed name in the output.
+If no
+.Ar file
+parameters are specified and so the data is read from stdin the feed name
+is empty.
+.Sh SEE ALSO
+.Xr sfeed 1 ,
+.Xr sfeed_plain 1
+.Sh AUTHORS
+.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org