X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/7aea4167500640a74eccd19d10aa0a353bc530f5..83bd151be4cb424fc444ae60985d79bbe2a3567d:/README.md?ds=inline 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 -------