Extract commands into individual man pages

This commit is contained in:
Thomas Lauf 2018-06-22 23:41:35 +02:00
parent fcd49c2a02
commit 7dd16c4950
30 changed files with 406 additions and 435 deletions

21
doc/man/timew-day.1.in Normal file
View file

@ -0,0 +1,21 @@
.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'.