mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
32 lines
804 B
Groff
32 lines
804 B
Groff
.TH timew-month 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-month \- display month chart
|
|
.
|
|
.SH SYNOPSIS
|
|
.B timew month
|
|
[
|
|
.I <range>
|
|
] [
|
|
.I <tag>
|
|
.B ...
|
|
]
|
|
.
|
|
.SH DESCRIPTION
|
|
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'.
|
|
.
|