aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-02-15 16:47:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-02-15 16:47:16 +1300
commit509b3d57668a819efe1a57ad48e7eec938689ea0 (patch)
tree74458ff9b50260cc47e48d49ea1da54506438199 /README.markdown
parentA few more comments (diff)
downloaddotfiles-509b3d57668a819efe1a57ad48e7eec938689ea0.tar.gz
dotfiles-509b3d57668a819efe1a57ad48e7eec938689ea0.zip
Discard Taskwarrior, replace with td(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index b03ae954..12bf0b12 100644
--- a/README.markdown
+++ b/README.markdown
@@ -67,8 +67,6 @@ Configuration is included for:
for Perl
* [Readline](http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html) — GNU
library for user input used by Bash, MySQL, and others
-* [Taskwarrior](http://taskwarrior.org/projects/show/taskwarrior) —
- Command-line task list manager
* [tmux](https://tmux.github.io/) — Terminal multiplexer similar to GNU
Screen
* [rxvt-unicode](http://software.schmorp.de/pkg/rxvt-unicode.html) — Fork of
@@ -287,6 +285,8 @@ Scripts
* `sue(8)` execs `sudoedit(8)` as the owner of all the file arguments given,
perhaps in cases where you may not necessarily have `root` `sudo(8)`
privileges.
+* `td(1)` manages a to-do file for you with `$EDITOR` and `git(1)`; I used to
+ use Taskwarrior, but found it too complex and buggy.
* `try(1)` 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.