timewarrior/ext
Thomas Lauf 3f3c4c3108 Switch to python 3
- #259

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-12-28 18:52:19 +01:00
..
CMakeLists.txt Extensions: Now installs on-modify.timewarrior 2016-08-07 18:07:51 -04:00
csv.py Use new style formatting 2019-12-28 18:39:18 +01:00
debug.py Switch to python 3 2019-12-28 15:30:17 +01:00
on-modify.timewarrior Process task annotate 2019-08-22 22:34:22 +02:00
README Rework markdown 2018-12-21 12:48:22 +01:00
totals.py Switch to python 3 2019-12-28 18:52:19 +01:00

# 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.