aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-02 00:18:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-02 00:18:50 +1200
commit62dbc06c52f460ec297a3c3c48db77f04f285d0f (patch)
tree3754774e63260c0bf9899da8c17af7bcdf31deb2 /README.markdown
parentFix POSIX non-compliance in cfr(1) (diff)
downloaddotfiles-62dbc06c52f460ec297a3c3c48db77f04f285d0f.tar.gz
dotfiles-62dbc06c52f460ec297a3c3c48db77f04f285d0f.zip
Add tot(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index cc784678..6bc5d1f0 100644
--- a/README.markdown
+++ b/README.markdown
@@ -441,6 +441,7 @@ Installed by the `install-bin` target:
privileges.
* `td(1df)` manages a to-do file for you with `$EDITOR` and `git(1)`; I used to
use Taskwarrior, but found it too complex and buggy.
+* `tot(1df)` adds up a list of integers.
* `try(1df)` repeats a command up to a given number of times until it succeeds,
only printing error output if all three attempts failed. Good for
tolerating blips or temporary failures in `cron(8)` scripts.