mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
33 lines
No EOL
725 B
Groff
33 lines
No EOL
725 B
Groff
.TH timew-summary 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-summary \- display a time-tracking summary
|
|
.
|
|
.SH SYNOPSIS
|
|
.B timew summary
|
|
[
|
|
.I <range>
|
|
] [
|
|
.I <tag>
|
|
.B ...
|
|
]
|
|
.
|
|
.SH DESCRIPTION
|
|
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.
|
|
.
|
|
.SH "SEE ALSO"
|
|
.BR timew-day (1),
|
|
.BR timew-lengthen (1),
|
|
.BR timew-modify (1),
|
|
.BR timew-month (1),
|
|
.BR timew-shorten (1),
|
|
.BR timew-tag (1),
|
|
.BR timew-untag (1),
|
|
.BR timew-week (1) |