]>
git.madduck.net Git - etc/taskwarrior.git/log 
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:
 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
martin f. krafft  [Thu, 31 Jan 2019 01:57:35 +0000  (14:57 +1300)] 
Add '.config/taskwarrior/taskpirate/' from commit '
c0d91dae27c2a1f73ed9fc103f7fbfcfc3ca0ae9 '
git-subtree-dir: .config/taskwarrior/taskpirate
git-subtree-mainline: 
9aa8aa5122d0208fd4177f436e9b60ab868e204c 
git-subtree-split: 
c0d91dae27c2a1f73ed9fc103f7fbfcfc3ca0ae9 
martin f. krafft  [Wed, 30 Jan 2019 23:34:13 +0000  (12:34 +1300)] 
run at most once every 5 minutes
martin f. krafft  [Wed, 30 Jan 2019 23:32:49 +0000  (12:32 +1300)] 
misc configuration changes
martin f. krafft  [Wed, 30 Jan 2019 23:32:06 +0000  (12:32 +1300)] 
add support for attaching/calling extdata
martin f. krafft  [Sun, 11 Mar 2018 14:33:05 +0000  (15:33 +0100)] 
shortcut for starting tasks
martin f. krafft  [Thu, 1 Mar 2018 02:50:24 +0000  (15:50 +1300)] 
update header comment
martin f. krafft  [Thu, 1 Mar 2018 02:50:19 +0000  (15:50 +1300)] 
rewrite to use run_at_most_every
martin f. krafft  [Thu, 1 Mar 2018 01:01:36 +0000  (14:01 +1300)] 
enable colour on shell hook
martin f. krafft  [Thu, 1 Mar 2018 01:01:26 +0000  (14:01 +1300)] 
more aliases
martin f. krafft  [Wed, 28 Feb 2018 10:26:46 +0000  (23:26 +1300)] 
enable colours and see how we go
martin f. krafft  [Wed, 28 Feb 2018 09:47:46 +0000  (22:47 +1300)] 
print task output on shell start only once every 30s
martin f. krafft  [Wed, 28 Feb 2018 07:08:46 +0000  (20:08 +1300)] 
Initial commit
Tomas Babej  [Fri, 10 Mar 2017 09:00:29 +0000  (10:00 +0100)] 
Merge pull request #4 from thawk/master
thawk  [Fri, 10 Mar 2017 08:47:31 +0000  (16:47 +0800)] 
Use python in current environment instead of /usr/bin/python
Tomas Babej  [Sun, 1 Jan 2017 19:42:53 +0000  (20:42 +0100)] 
LICENCE: Update copyright
Tomas Babej  [Wed, 12 Aug 2015 21:06:45 +0000  (23:06 +0200)] 
Rather than restricting to python2, make code python3 compatible
Tomas Babej  [Thu, 17 Dec 2015 20:27:52 +0000  (21:27 +0100)] 
Merge pull request #2 from tristil/fixes
Joseph Method  [Thu, 17 Dec 2015 20:02:08 +0000  (15:02 -0500)] 
Fix import statements
Joseph Method  [Thu, 17 Dec 2015 06:35:08 +0000  (01:35  -0500)] 
Fix python executable reference
Tomas Babej  [Wed, 12 Aug 2015 20:37:16 +0000  (22:37 +0200)] 
shebang: Enforce python2
Tomas Babej  [Thu, 9 Apr 2015 20:00:50 +0000  (22:00 +0200)] 
find_hooks: Do not allow dots in the module name
Tomas Babej  [Tue, 7 Apr 2015 17:45:34 +0000  (19:45 +0200)] 
Update README.md
Tomas Babej  [Tue, 7 Apr 2015 17:42:12 +0000  (19:42 +0200)] 
Add readme instructions
Tomas Babej  [Tue, 7 Apr 2015 17:01:21 +0000  (19:01 +0200)] 
Add licence
Tomas Babej  [Tue, 7 Apr 2015 16:18:36 +0000  (18:18 +0200)] 
pirates: Sort module names alphabetically
Tomas Babej  [Tue, 7 Apr 2015 16:17:13 +0000  (18:17 +0200)] 
Remove gitignore, it's no longer necessary
Tomas Babej  [Tue, 7 Apr 2015 16:16:45 +0000  (18:16 +0200)] 
on-modify-pirate: Add pirate master hook for modify event
Tomas Babej  [Tue, 7 Apr 2015 16:13:20 +0000  (18:13 +0200)] 
Remove example hook
Tomas Babej  [Tue, 7 Apr 2015 16:12:51 +0000  (18:12 +0200)] 
on-add-pirate: Make pirate master script standalone
Tomas Babej  [Tue, 7 Apr 2015 15:23:12 +0000  (17:23 +0200)] 
on-add-pirate: Initial implementation
Tomas Babej  [Tue, 7 Apr 2015 15:22:47 +0000  (17:22 +0200)] 
Initial commit