mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
27 lines
No EOL
498 B
Groff
27 lines
No EOL
498 B
Groff
.TH timew-report 1 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-report \- run an extension report
|
|
.
|
|
.SH SYNOPSIS
|
|
.B timew
|
|
[
|
|
.B report
|
|
]
|
|
.I <report>
|
|
[
|
|
.I <range>
|
|
] [
|
|
.I <tag>
|
|
.B ...
|
|
]
|
|
.
|
|
.SH DESCRIPTION
|
|
Runs an extension report, and supports filtering data.
|
|
The 'report' command itself is optional, which means that these two commands are equivalent:
|
|
.RS
|
|
$ timew report foo :week
|
|
.br
|
|
$ timew foo :week
|
|
.RE
|
|
This does however assume there is a 'foo' extension installed. |