mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
![]() datetime.timedelta stores days, seconds and microseconds. Therefore the seconds attribute only stores timedeltas of less than 24 hours. Use total_seconds() instead which properly accounts for the days part. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
csv.py | ||
debug.py | ||
on-modify.timewarrior | ||
README | ||
totals.py |
# 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.