aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-18 13:47:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-18 13:47:09 +1200
commite773de571cbeae5389c39d6b2d3733d8a10c5b1c (patch)
treee7de3c2cda9d4509620730e9ba99571a9f1f4831 /README.markdown
parentFix wrapping (diff)
downloaddotfiles-e773de571cbeae5389c39d6b2d3733d8a10c5b1c.tar.gz
dotfiles-e773de571cbeae5389c39d6b2d3733d8a10c5b1c.zip
Add htmlurls, mdurls, urlcheck
No manual pages for these yet
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 7a065f7f..af815488 100644
--- a/README.markdown
+++ b/README.markdown
@@ -314,6 +314,15 @@ 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:
+ * `htmlurls(1)` extracts values of `href` attributes of `<a>` tags, sorts
+ them uniquely, and writes them to `stdout`; requires
+ [pup](https://github.com/ericchiang/pup)
+ * `mdurls(1)` converts Markdown documents to HTML with plain old
+ `markdown(1)` and writes them to `stdout`
+ * `urlcheck` 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
your `/etc/manpath` configuration, depending on your system.