aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-24 23:45:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-24 23:45:51 +1200
commit567e822dc0397dd8b0939af042d8d4dc8c4c559c (patch)
tree883bacbde1448ee27847691a0599ea34dfdcf405 /README.markdown
parentBreak games into their own section (diff)
downloaddotfiles-567e822dc0397dd8b0939af042d8d4dc8c4c559c.tar.gz
dotfiles-567e822dc0397dd8b0939af042d8d4dc8c4c559c.zip
Adjust order of scripts section
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.markdown b/README.markdown
index be204ea4..66083155 100644
--- a/README.markdown
+++ b/README.markdown
@@ -292,6 +292,15 @@ 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 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(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)`
* `edda(1)` provides a means to run `ed(1)` over a set of files preserving
any options, mostly useful for scripts.
* `gms(1)` runs a set of `getmailrc` files; does much the same thing as the
@@ -321,15 +330,6 @@ Installed by the `install-bin` target:
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:
- * `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(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)`
There’s some silly stuff in `install-games`: