From: Tomas Babej Date: Tue, 7 Apr 2015 17:45:34 +0000 (+0200) Subject: Update README.md X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/09574ff22877fa31c4b0672b41f363c549b093ee Update README.md --- diff --git a/README.md b/README.md index be5d6a6..4d49a00 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Taskpirate is a pluggable system for TaskWarrior python hooks. Why? ---- -* simpler hooks +Simpler hooks: def hook_example(task): task['description'] += "changed by a hook" The above is fully working example, no more boilerplate needed. -* much faster execution time +Much faster execution time in case of multiple hooks (read the more details section). Install -------