summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-09-05 01:49:01 -0400
committerJune McEnroe <june@causal.agency>2019-09-05 01:49:01 -0400
commit8dddcdeb41e01736b14f415a0adf60819ed8594f (patch)
treeb3a3abff9fd6b12cb8bbac12421035673532f103 /bin/man1
parentAdd Avorter n'est pas tuer (diff)
downloadsrc-8dddcdeb41e01736b14f415a0adf60819ed8594f.tar.gz
src-8dddcdeb41e01736b14f415a0adf60819ed8594f.zip
Add title
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/title.134
1 files changed, 34 insertions, 0 deletions
diff --git a/bin/man1/title.1 b/bin/man1/title.1
new file mode 100644
index 00000000..927163fa
--- /dev/null
+++ b/bin/man1/title.1
@@ -0,0 +1,34 @@
+.Dd September 5, 2019
+.Dt TITLE 1
+.Os
+.
+.Sh NAME
+.Nm title
+.Nd page titles
+.
+.Sh SYNOPSIS
+.Nm
+.Op Ar url
+.
+.Sh DESCRIPTION
+.Nm
+fetches HTML page titles
+over HTTP and HTTPS.
+.Nm
+scans standard input for URLs
+and writes their titles to standard output.
+If a
+.Ar url
+argument is given,
+.Nm
+exits after fetching its title.
+.
+.Sh EXAMPLES
+.Bd -literal -offset indent
+mkfifo snarf titles
+relay irc.example.org 6697 snarf '#example' <>titles >snarf
+title <snarf >titles
+.Ed
+.
+.Sh SEE ALSO
+.Xr relay 1