mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
23 lines
760 B
Groff
23 lines
760 B
Groff
.TH timew-day 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
|
|
|
.TP
|
|
.B timew day [<interval>] [<tag> ...]
|
|
The day command shows a chart depicting a single day (today by default), with
|
|
colored blocks drawn on a timeline. The chart summarizes the tracked and
|
|
untracked time.
|
|
|
|
Charts accept date ranges and tags for filtering, or shortcut hints:
|
|
|
|
$ timew day monday - today
|
|
$ timew day :week
|
|
$ timew day :month
|
|
|
|
The 'reports.day.range' configuration setting overrides the default date range.
|
|
The default date range shown is ':day'.
|
|
|
|
The ':blank' hint causes only the excluded time to be shown, with no tracked
|
|
time. This can be used to see the exclusions.
|
|
|
|
For more details, and precise times, use the 'summary' report.
|
|
|
|
See also 'week', 'month', 'summary'.
|