]> 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:

etc/taskwarrior.git
7 years agoMerge pull request #4 from thawk/master
Tomas Babej [Fri, 10 Mar 2017 09:00:29 +0000 (10:00 +0100)]
Merge pull request #4 from thawk/master

Use python in current environment instead of /usr/bin/python

7 years agoUse python in current environment instead of /usr/bin/python
thawk [Fri, 10 Mar 2017 08:47:31 +0000 (16:47 +0800)]
Use python in current environment instead of /usr/bin/python

7 years agoLICENCE: Update copyright
Tomas Babej [Sun, 1 Jan 2017 19:42:53 +0000 (20:42 +0100)]
LICENCE: Update copyright

7 years agoRather than restricting to python2, make code python3 compatible
Tomas Babej [Wed, 12 Aug 2015 21:06:45 +0000 (23:06 +0200)]
Rather than restricting to python2, make code python3 compatible

8 years agoMerge pull request #2 from tristil/fixes
Tomas Babej [Thu, 17 Dec 2015 20:27:52 +0000 (21:27 +0100)]
Merge pull request #2 from tristil/fixes

Fix python reference and imports

8 years agoFix import statements
Joseph Method [Thu, 17 Dec 2015 20:02:08 +0000 (15:02 -0500)]
Fix import statements

TaskWarrior and Task are available from the main tasklib module, not
tasklib.task.

8 years agoFix python executable reference
Joseph Method [Thu, 17 Dec 2015 06:35:08 +0000 (01:35 -0500)]
Fix python executable reference

Use env to select the right python executable. Fixes issue on MacOS
with selecting the system python instead of the Homebrew python.

8 years agoshebang: Enforce python2
Tomas Babej [Wed, 12 Aug 2015 20:37:16 +0000 (22:37 +0200)]
shebang: Enforce python2

9 years agofind_hooks: Do not allow dots in the module name
Tomas Babej [Thu, 9 Apr 2015 20:00:50 +0000 (22:00 +0200)]
find_hooks: Do not allow dots in the module name

9 years agoUpdate README.md
Tomas Babej [Tue, 7 Apr 2015 17:45:34 +0000 (19:45 +0200)]
Update README.md

9 years agoAdd readme instructions
Tomas Babej [Tue, 7 Apr 2015 17:42:12 +0000 (19:42 +0200)]
Add readme instructions

9 years agoAdd licence
Tomas Babej [Tue, 7 Apr 2015 17:01:21 +0000 (19:01 +0200)]
Add licence

9 years agopirates: Sort module names alphabetically
Tomas Babej [Tue, 7 Apr 2015 16:18:36 +0000 (18:18 +0200)]
pirates: Sort module names alphabetically

9 years agoRemove gitignore, it's no longer necessary
Tomas Babej [Tue, 7 Apr 2015 16:17:13 +0000 (18:17 +0200)]
Remove gitignore, it's no longer necessary

9 years agoon-modify-pirate: Add pirate master hook for modify event
Tomas Babej [Tue, 7 Apr 2015 16:16:45 +0000 (18:16 +0200)]
on-modify-pirate: Add pirate master hook for modify event

9 years agoRemove example hook
Tomas Babej [Tue, 7 Apr 2015 16:13:20 +0000 (18:13 +0200)]
Remove example hook

9 years agoon-add-pirate: Make pirate master script standalone
Tomas Babej [Tue, 7 Apr 2015 16:12:51 +0000 (18:12 +0200)]
on-add-pirate: Make pirate master script standalone

9 years agoon-add-pirate: Initial implementation
Tomas Babej [Tue, 7 Apr 2015 15:23:12 +0000 (17:23 +0200)]
on-add-pirate: Initial implementation

9 years agoInitial commit
Tomas Babej [Tue, 7 Apr 2015 15:22:47 +0000 (17:22 +0200)]
Initial commit