diff options
author | June McEnroe <june@causal.agency> | 2019-09-05 01:49:01 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-09-05 01:49:01 -0400 |
commit | 615869edabec042fdcd960f17cdc7b6fc39b11a2 (patch) | |
tree | cfa4e47363f0cc88b5778d09ae6d7030514e0b5b /bin/man1 | |
parent | Add Avorter n'est pas tuer (diff) | |
download | src-615869edabec042fdcd960f17cdc7b6fc39b11a2.tar.gz src-615869edabec042fdcd960f17cdc7b6fc39b11a2.zip |
Add title
Diffstat (limited to '')
-rw-r--r-- | bin/man1/title.1 | 34 |
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 |