timewarrior/ext
Thomas Lauf 0b6dbf7e12 TI-94 #98 Fix Command Injection Security Vulnerability in on-modify.timewarrior
- Thanks to Aaron Fields
- Add unit test?
- What about missing ```if '.' in project:```?
2018-03-20 22:56:40 +01:00
..
CMakeLists.txt Extensions: Now installs on-modify.timewarrior 2016-08-07 18:07:51 -04:00
csv.py extensions: Make extensions conform with PEP8 2017-03-01 21:20:35 +01:00
debug.py extensions: Make extensions conform with PEP8 2017-03-01 21:20:35 +01:00
on-modify.timewarrior TI-94 #98 Fix Command Injection Security Vulnerability in on-modify.timewarrior 2018-03-20 22:56:40 +01:00
README Ext: Added totals.py to README 2017-02-25 14:31:57 -05:00
totals.py Use https:// link for opensource.org 2018-03-16 23:11:08 +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.