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

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:

Add support for custom `task` location or command
authorRob Golding-Day <rob@golding-day.com>
Mon, 6 May 2019 14:56:35 +0000 (10:56 -0400)
committerRob Golding-Day <rob@golding-day.com>
Mon, 6 May 2019 18:45:58 +0000 (14:45 -0400)
commit47ee2ff2a334a50137255faa54504594be9eaf6d
treeb3b67be87dc5509fe4b1caaa5a493795640084a1
parent0ad882377639865283021041f19add5aeb10126a
Add support for custom `task` location or command

Thanks @xarthurx for proposing WSL support in #62. This commit adds
support in a different way, by allowing the "task" command to be
customised (to `wsl task`, for example).
tasklib/backends.py
tasklib/tests.py