aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-24 23:42:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-24 23:42:56 +1200
commit360d264a1d4b062fadc01f03df4dc05faf6604a5 (patch)
treea3497117771e834f8213358c79aa5a164ab625f8 /README.markdown
parentRestore vertical bar to urxvt cutchars (diff)
downloaddotfiles-360d264a1d4b062fadc01f03df4dc05faf6604a5.tar.gz
dotfiles-360d264a1d4b062fadc01f03df4dc05faf6604a5.zip
Break games into their own section
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 6182b10a..be204ea4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -284,6 +284,8 @@ loaded using @tpope’s [pathogen.vim](https://github.com/tpope/vim-pathogen).
Scripts
-------
+Installed by the `install-bin` target:
+
* Three SSH-related scripts:
* `sls(1)` prints hostnames read from a `ssh_config(5)` file.
* `sra(1)` runs a command on multiple hosts read from `sls(1)` and prints
@@ -319,8 +321,6 @@ 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.
-* `zs(6)` prepends “z” case-appropriately to every occurrence of “s” in the
- text on its standard input.
* Three URL-related shorcut scripts:
* `hurl(1)` extracts values of `href` attributes of `<a>` tags, sorts
them uniquely, and writes them to `stdout`; requires
@@ -331,6 +331,13 @@ Scripts
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`:
+
+* `kvlt(6)` translates input to emulate a style of typing unique to black
+ metal communities on the internet
+* `zs(6)` prepends “z” case-appropriately to every occurrence of “s” in the
+ text on its standard input.
+
If you want to use the manuals, you may need to add `~/.local/share/man` to
your `/etc/manpath` configuration, depending on your system.