mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
34 lines
No EOL
810 B
Groff
34 lines
No EOL
810 B
Groff
.TH timew-gaps 1 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-gaps \- display time tracking gaps
|
|
.
|
|
.SH SYNOPSIS
|
|
.B timew gaps
|
|
[
|
|
.I <range>
|
|
] [
|
|
.I <tag>
|
|
.B ...
|
|
]
|
|
.
|
|
.SH DESCRIPTION
|
|
Displays a summary of time that is neither tracked nor excluded from tracking.
|
|
.
|
|
The 'reports.gaps.range' configuration setting overrides the default date range.
|
|
The ':blank' hint causes only the excluded time to be shown, with no tracked time.
|
|
The default date range shown is ':day'.
|
|
.
|
|
The ':blank' hint causes only the excluded time to be shown, with no tracked time.
|
|
.
|
|
.SH CONFIGURATION
|
|
.TP
|
|
.B reports.gaps.range
|
|
.RS
|
|
For reports that show a range of data, this setting will override the default value.
|
|
The value should be a range hint, see
|
|
.BR timew-hints (7).
|
|
.RE
|
|
.
|
|
.SH "SEE ALSO"
|
|
.BR timew-summary (1) |