mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Consolidate chart documentation into timew-chart.1
This commit is contained in:
parent
73bdb819e5
commit
661e9f658e
6 changed files with 188 additions and 226 deletions
|
@ -1,34 +1 @@
|
|||
.TH timew-month 1 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-month \- display month chart
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B timew month
|
||||
[
|
||||
.I <range>
|
||||
] [
|
||||
.I <tag>
|
||||
.B ...
|
||||
]
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
The month command shows a chart depicting a single month (current month by default), with colored blocks drawn on a timeline.
|
||||
The chart summarizes the tracked and untracked time.
|
||||
.
|
||||
Accepts date ranges and tags for filtering, or shortcut hints:
|
||||
.
|
||||
$ timew month 1st - today
|
||||
$ timew month :week
|
||||
.
|
||||
The 'reports.month.range' configuration setting overrides the default date range.
|
||||
The default date range shown is ':month'.
|
||||
.
|
||||
The ':blank' hint causes only the excluded time to be shown, with no tracked time.
|
||||
.
|
||||
For more details, and precise times, use the 'summary' report.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR timew-day (1),
|
||||
.BR timew-summary (1),
|
||||
.BR timew-week (1)
|
||||
.so man1/timew-chart.1
|
Loading…
Add table
Add a link
Reference in a new issue