timewarrior/ext
2016-06-28 18:15:42 -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-16: Should handle case where taskwarrior hook is used before timew 2016-06-28 18:15:42 -04:00
README Ext: Added csv.py example extension 2016-05-21 20:55:40 -05: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.