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
21
doc/man/timew-day.1.in
Normal file
21
doc/man/timew-day.1.in
Normal file
|
@ -0,0 +1,21 @@
|
|||
.TP
|
||||
.B timew day [<interval>] [<tag> ...]
|
||||
The day command shows a chart depicting a single day (today by default), with
|
||||
colored blocks drawn on a timeline. The chart summarizes the tracked and
|
||||
untracked time.
|
||||
|
||||
Charts accept date ranges and tags for filtering, or shortcut hints:
|
||||
|
||||
$ timew day monday - today
|
||||
$ timew day :week
|
||||
$ timew day :month
|
||||
|
||||
The 'reports.day.range' configuration setting overrides the default date range.
|
||||
The default date range shown is ':day'.
|
||||
|
||||
The ':blank' hint causes only the excluded time to be shown, with no tracked
|
||||
time. This can be used to see the exclusions.
|
||||
|
||||
For more details, and precise times, use the 'summary' report.
|
||||
|
||||
See also 'week', 'month', 'summary'.
|
Loading…
Add table
Add a link
Reference in a new issue