timewarrior/ext
2025-02-05 22:42:14 +01:00
..
CMakeLists.txt Set CMake minimum version to 3.10 2025-02-05 22:42:14 +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 task-timewarrior-hook script to 87a3426d8153f92aaee2edf36b2de62e48c4de0e 2023-12-22 23:13:13 +01:00
README Add link to dedicated repository for on-modify.timewarrior hook 2023-03-19 22:56:51 +01:00
totals.py Update copyright statements 2023-09-18 12:33:17 +02: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.