This Timewarrior extension calculates the total time registered for each day in the interval printing:
- The time for each day
- Whether the day was OVER or UNDER time respect to 8 hours
- The total days
- The total overtime
- The total undertime
- The actual overtime (total overtime - total undertime)
- Download the latest executable for your operating system from the releases page.
- Add it to the Timewarrior extension folder as described in the documentation.
- Verify that the extension is active and installed by running
timew extensions
.
In a terminal window, run timew hours-day
. An example output could be:
2024-01-01 - 8h0m0s
2024-01-02 - 8h20m0s - 20m0s OVER
Total days: 2
Total time: 16h20m0s
Total overtime: 20m0s
Total undertime: 0s
Actual overtime: 20m0s