mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
20 lines
647 B
Groff
20 lines
647 B
Groff
.TP
|
|
.B timew month [<interval>] [<tag> ...]
|
|
The month command shows a chart depicting a single month (current month by
|
|
default), with colored blocks drawn on a timeline. The chart summarizes the
|
|
tracked and untracked time.
|
|
|
|
Accepts date ranges and tags for filtering, or shortcut hints:
|
|
|
|
$ timew month 1st - today
|
|
$ timew month :week
|
|
|
|
The 'reports.month.range' configuration setting overrides the default date range.
|
|
The default date range shown is ':month'.
|
|
|
|
The ':blank' hint causes only the excluded time to be shown, with no tracked
|
|
time.
|
|
|
|
For more details, and precise times, use the 'summary' report.
|
|
|
|
See also 'day', 'week', 'summary'.
|