timewarrior/ext/README
Thomas Lauf 123632a806 Add link to dedicated repository for on-modify.timewarrior hook
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2023-03-19 22:56:51 +01:00

16 lines
716 B
Text

# Timewarrior Extensions
## debug.py
This is a debug extension that simply echoes back everything it sees in its input.
It's useful for debugging to see how the command line affects what an extension sees.
This will likely be removed before release.
## on-modify.timewarrior
This is a Taskwarrior hook script that will integrate Timewarrior.
It is taken from https://github.com/GothenburgBitFactory/task-timewarrior-hook which is released under [MIT license](https://github.com/GothenburgBitFactory/task-timewarrior-hook/blob/main/LICENSE)
## csv.py
This extension exports the data in CSV format, with a variable number of tag fields.
## totals.py
Sample extension report that shows totals by tag.