timewarrior/ext
Thomas Lauf c80442c878 Make report 'totals.py' display data when no time range specified
Use interval array to determine whether there is data to display
Move interval truncation outside the loop, combine/rework 'no data' messages

Close #450

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2022-11-01 23:04:46 +01:00
..
CMakeLists.txt Increase minimal CMake version 2021-02-12 10:50:39 +01:00
csv.py Set python version explicitly to python3 2020-02-23 21:32:39 +01:00
debug.py Set python version explicitly to python3 2020-02-23 21:32:39 +01:00
on-modify.timewarrior doc: Update copyright to 2021 2021-01-02 02:52:39 -05:00
README Rework markdown 2018-12-21 12:48:22 +01:00
totals.py Make report 'totals.py' display data when no time range specified 2022-11-01 23:04:46 +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.