mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00

- This first draft hook script uses the task UUID, description, project and tags as Timewarrior tags, and responds to 'task <id> start' and 'task <id> stop' commands, as well as other changes that have the same effect.
11 lines
351 B
Text
11 lines
351 B
Text
Timewarrior Extensions
|
|
======================
|
|
|
|
debug.py
|
|
This is a debug extension that simply echoes back everything it sees in its
|
|
input. It's handy to see how the command line affects what an extension sees
|
|
and will likely be removed before release.
|
|
|
|
on-modify.timewarrior
|
|
This is a Taskwarrior hook script that will integrate Timewarrior.
|
|
|