mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added split command help
This commit is contained in:
parent
aea0f74b26
commit
25fbd48b5d
1 changed files with 15 additions and 0 deletions
|
@ -215,6 +215,21 @@ See also 'summary', 'tag', 'untag', 'lengthen'.
|
|||
Displays the effective configuration, in hierarchical form.
|
||||
See also 'config'.
|
||||
|
||||
.TP
|
||||
.B timew split @<id> [@<id> ...]
|
||||
Ѕplits an interval into two equally sized, adjacent intervals, with the same
|
||||
tags. Using the 'summary' command, and specifying the ':ids' hint shows interval
|
||||
IDs. Using the right ID, you can identify an interval to split. For example,
|
||||
show the IDs:
|
||||
|
||||
$ timew summary :week :ids
|
||||
|
||||
Then having selected '@2' as the interval you wish to split:
|
||||
|
||||
$ timew split @2
|
||||
|
||||
See also 'lengthen', 'shorten'.
|
||||
|
||||
.TP
|
||||
.B timew start [<date>] [<tag> ...]
|
||||
Begins tracking using the current time, and the specified optional set of tags.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue