aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-14 14:25:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-14 14:25:10 +1200
commitf10421a52b3c11e2adbdbd36d87095cab676e656 (patch)
treef357d00241aff885f515d982c51756fb3754c9ee /README.markdown
parentFix typo (diff)
downloaddotfiles-f10421a52b3c11e2adbdbd36d87095cab676e656.tar.gz
dotfiles-f10421a52b3c11e2adbdbd36d87095cab676e656.zip
Add urlh(1) and urlmt(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 6010dda6..60f68df4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -298,7 +298,7 @@ Installed by the `install-bin` target:
output.
* `sta(1)` runs a command on multiple hosts read from `sls(1)` and prints
the hostname if the command returns zero.
-* Three URL-related shortcut scripts:
+* Five URL-related shortcut scripts:
* `hurl(1)` extracts values of `href` attributes of `<a>` tags, sorts
them uniquely, and writes them to `stdout`; it requires
[pup](https://github.com/ericchiang/pup).
@@ -307,6 +307,10 @@ Installed by the `install-bin` target:
* `urlc(1)` accepts a list of URLs on `stdin` and writes error messages
to `stderr` if any of the URLs are broken, redirecting, or are insecure
and have working secure versions; requires `curl(1)`.
+ * `urlh(1)` prints the values for a given HTTP header from a HEAD
+ response.
+ * `urlmt(1)` prints the MIME type from the `Content-Type` header as
+ retrieved by `urlh(1)`.
* Three RFC-related shortcut scripts:
* `rfcf(1)` fetches ASCII RFCs from the IETF website.
* `rfct(1)` formats ASCII RFCs.