timewarrior/ext
Thomas Lauf edfabcc1e5 Update on-modify.timewarrior to 360fc2292a5eab46cd5c9bdd4cc791b6f9ea5e9a
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2023-03-24 20:46:37 +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 Update on-modify.timewarrior to 360fc2292a5eab46cd5c9bdd4cc791b6f9ea5e9a 2023-03-24 20:46:37 +01:00
README Add link to dedicated repository for on-modify.timewarrior hook 2023-03-19 22:56:51 +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.
  It is taken from https://github.com/GothenburgBitFactory/task-timewarrior-hook which is released under [MIT license](https://github.com/GothenburgBitFactory/task-timewarrior-hook/blob/main/LICENSE)

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