]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Update README.md
authorTomas Babej <tomasbabej@gmail.com>
Tue, 7 Apr 2015 17:45:34 +0000 (19:45 +0200)
committerTomas Babej <tomasbabej@gmail.com>
Tue, 7 Apr 2015 17:45:34 +0000 (19:45 +0200)
README.md

index be5d6a6aac71825097d48c3bf0975562eeb1839d..4d49a0055d355c7fd3e08ba6639dd3fbbc366d7f 100644 (file)
--- 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
 -------