Replace empty lines with null requests

This commit is contained in:
Thomas Lauf 2018-06-23 17:46:42 +02:00
parent 58ed4d9ba8
commit 54468edcad
29 changed files with 226 additions and 197 deletions

View file

@ -1,8 +1,8 @@
.TH timew-week 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.
.SH NAME
timew-week \- display week chart
.
.SH SYNOPSIS
.B timew week
[
@ -11,24 +11,25 @@ timew-week \- display week chart
.I <tag>
.B ...
]
.
.SH DESCRIPTION
.B timew week [<interval>] [<tag> ...]
The week command shows a chart depicting a single week (current week 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 week
$ timew week monday - today
.
The 'reports.week.range' configuration setting overrides the default date range.
The default date range shown is ':week'.
.
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', 'month', 'summary'.
.