mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
13 lines
447 B
Groff
13 lines
447 B
Groff
.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'.
|