mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Extract commands into individual man pages
This commit is contained in:
parent
fcd49c2a02
commit
7dd16c4950
30 changed files with 406 additions and 435 deletions
20
doc/man/timew-week.1.in
Normal file
20
doc/man/timew-week.1.in
Normal file
|
@ -0,0 +1,20 @@
|
|||
.TP
|
||||
.B timew week [<interval>] [<tag> ...]
|
||||
The week command shows a chart depicting a single week (current week 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 week
|
||||
$ timew week monday - today
|
||||
|
||||
The 'reports.week.range' configuration setting overrides the default date range.
|
||||
The default date range shown is ':week'.
|
||||
|
||||
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.
|
||||
|
||||
See also 'day', 'month', 'summary'.
|
Loading…
Add table
Add a link
Reference in a new issue