summaryrefslogtreecommitdiff
path: root/sfeed_twtxt.1
diff options
context:
space:
mode:
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