mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Docs: Added reports.<type>.range description
This commit is contained in:
parent
c7799cc89d
commit
0b7bc66eba
1 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,9 @@ Accepts date ranges and tags for filtering, or shortcut hints:
|
|||
$ timew day :week
|
||||
$ timew day :month
|
||||
|
||||
The 'reports.day.range' configuration setting overrides the default date range.
|
||||
The default date range shown is ':day'.
|
||||
|
||||
For more details, and precise times, use the 'summary' report.
|
||||
|
||||
See also 'week', 'month', 'summary'.
|
||||
|
@ -126,6 +129,9 @@ 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'.
|
||||
|
||||
For more details, and precise times, use the 'summary' report.
|
||||
|
||||
See also 'day', 'week', 'summary'.
|
||||
|
@ -217,6 +223,9 @@ Accepts date ranges and tags for filtering, or shortcut hints:
|
|||
$ timew week
|
||||
$ timew week monday - today
|
||||
|
||||
The 'reports.week.range' configuration setting overrides the default date range.
|
||||
The default date range shown is ':week'.
|
||||
|
||||
For more details, and precise times, use the 'summary' report.
|
||||
|
||||
See also 'day', 'month', 'summary'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue