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

View file

@ -0,0 +1,13 @@
.TP
.B timew summary [<interval>] [<tag> ...]
Displays a report summarizing tracked and untracked time for the current day by
default. Accepts date ranges and tags for filtering, or shortcut hints:
$ timew summary monday - today
$ timew summary :week
$ timew summary :month
The ':ids' hint adds an 'ID' column to the summary report output for interval
modification.
See also 'day', 'week', 'month', 'shorten', 'lengthen', 'tag', 'untag'.