aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-24 14:55:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-24 14:55:58 +1200
commit130264d483ac38e90974acf59f9886124dad0017 (patch)
tree1f9efbf0e9d276750d4763db3896dbc2e75e8064 /README.markdown
parentRemove stray line from gms(1) manual (diff)
downloaddotfiles-130264d483ac38e90974acf59f9886124dad0017.tar.gz
dotfiles-130264d483ac38e90974acf59f9886124dad0017.zip
Add man(1) pages for hurl, murl, and urlc
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.markdown b/README.markdown
index 28ac550d..187a7933 100644
--- a/README.markdown
+++ b/README.markdown
@@ -319,14 +319,14 @@ Scripts
tolerating blips or temporary failures in `cron(8)` scripts.
* `vis(1)` edits executable script files in `VISPATH`, defaulting to
`~/.local/bin`, for personal scripting snippets.
-* Three URL-related shorcut scripts; no manuals for these yet:
- * `hurl` extracts values of `href` attributes of `<a>` tags, sorts them
- uniquely, and writes them to `stdout`; requires
+* Three URL-related shorcut scripts:
+ * `hurl(1)` extracts values of `href` attributes of `<a>` tags, sorts
+ them uniquely, and writes them to `stdout`; requires
[pup](https://github.com/ericchiang/pup)
- * `murl` converts Markdown documents to HTML with `pandoc(1)` and writes
- them to `stdout`
- * `urlc` accepts a list of URLs on `stdin` and writes error messages to
- `stderr` if any of the URLs are broken, redirecting, or are insecure
+ * `murl(1)` converts Markdown documents to HTML with `pandoc(1)` and
+ writes them to `stdout`
+ * `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)`
If you want to use the manuals, you may need to add `~/.local/share/man` to