timewarrior/ext
Thomas Lauf 3008e458e9 Update project to C++17
- Bump CMake to minimum version 3.8
- Set C++ standard to 17
- Remove CMAKE_LEGACY_CYGWIN_WIN32 compatibility mode
- Remove C++11 stuff
- Update documentation

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2023-06-17 08:41:07 +02:00
..
CMakeLists.txt Update project to C++17 2023-06-17 08:41:07 +02: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): correct handling of report end when it is available 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.