timewarrior/ext
Paul Beckingham c3e2759028 TI-48: Timewarrior hook is not Python3 compatible
- Thanks to Josh Proehl, Armado Martinez.
2017-02-25 14:17:25 -05:00
..
CMakeLists.txt Extensions: Now installs on-modify.timewarrior 2016-08-07 18:07:51 -04:00
csv.py Ext: Added csv.py example extension 2016-05-21 20:55:40 -05:00
debug.py Ext: Debug ext now faithfully reproduces input 2016-04-08 23:45:24 -04:00
on-modify.timewarrior TI-48: Timewarrior hook is not Python3 compatible 2017-02-25 14:17:25 -05:00
README Ext: Added csv.py example extension 2016-05-21 20:55:40 -05:00
totals.py TI-40: totals.py extension script fails with an error 2017-02-14 23:33:02 +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.