timewarrior/ext
Ankur Sinha (Ankur Sinha Gmail) 75d037d353 fix(totals.py): end report at current time if a task is being tracked
Fixes #540

Signed-off-by: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com>
2023-05-26 08:51:13 +02: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 fix(totals.py): end report at current time if a task is being tracked 2023-05-26 08:51:13 +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.