KennethWussmann / zeitraum

Time tracking with tags integrated in your workflow
MIT License
8 stars 0 forks source link

Add footer with total duration to CLI list command #44

Closed KennethWussmann closed 1 year ago

KennethWussmann commented 1 year ago

The go table lib used for the list command can have a footer. Write the sum of all durations of the list into the footer as total duration.

This way one could do queries like zeitraum ls work --today to know how much they worked today. This specific example requires #43, but in general is independent.