aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-05 16:22:07 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-05 16:23:53 +1300
commit5ba8c0894492bd296dd266dd4d6500d53bc9d8e1 (patch)
tree4164c634ad59a78810e5400a120963fdd773a39b /README.markdown
parentChecking/linting bins/games requires build (diff)
downloaddotfiles-5ba8c0894492bd296dd266dd4d6500d53bc9d8e1.tar.gz
dotfiles-5ba8c0894492bd296dd266dd4d6500d53bc9d8e1.zip
Add htenc(1df) and htdec(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 971e764b..707e80cd 100644
--- a/README.markdown
+++ b/README.markdown
@@ -409,6 +409,9 @@ 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:
+ * `htenc(1df)` encodes.
+ * `htdec(1df)` decodes.
* `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,