aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-21 15:13:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-21 15:13:25 +1300
commit725caed4088358a7ebea4a9e855665ee8e1c84db (patch)
tree93cfd01030ca84dcfc876fc7567bd2d7b86e481f /README.markdown
parentRevert "Color ed(1) prompt if possible" (diff)
downloaddotfiles-725caed4088358a7ebea4a9e855665ee8e1c84db.tar.gz
dotfiles-725caed4088358a7ebea4a9e855665ee8e1c84db.zip
Add htref(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index b0982a7d..3ee71195 100644
--- a/README.markdown
+++ b/README.markdown
@@ -405,9 +405,10 @@ Installed by the `install-bin` target:
* `min(1df)` prints the minimum.
* `mode(1df)` prints the first encountered mode.
* `tot(1df)` totals the set.
-* Two quick-and-dirty HTML text node content encoding tools:
+* Three quick-and-dirty HTML tools:
* `htenc(1df)` encodes.
* `htdec(1df)` decodes.
+ * `htrec(1df)` wraps `a` tags around URLs.
* `ap(1df)` reads arguments for a given command from the standard input,
prompting if appropriate
* `apf(1df)` prepends arguments to a command with ones read from a file,