timewarrior/ext/README
Thomas Lauf 37a3aa0ccf Rework markdown
- One line per sentence
- Use '#' instead of underline to mark headings
- Consistent indentation
2018-12-21 12:48:22 +01:00

15 lines
516 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.
## 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.