drademann / haora

CLI application for time tracking of working hours.
Apache License 2.0
1 stars 0 forks source link

add option to list command to show sum per tag #29

Closed drademann closed 5 days ago

drademann commented 1 month ago

The list command already has the -t (--tags) option to show the total hours per tag based on a day.

A new option should show the total hours per tag based on a month.

$ haora list -t month

The -t option could change from a boolean flag to a string flag.

(month and week may be abbreviated)