mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Doc: Added 'join' command
This commit is contained in:
parent
6e4c034ce8
commit
596c1751fe
1 changed files with 15 additions and 0 deletions
|
@ -123,6 +123,21 @@ interval syntax, supported hints, date and duration formats. For example:
|
|||
$ timew help date
|
||||
$ timew help duration
|
||||
|
||||
.TP
|
||||
.B timew join @<id> @<id>
|
||||
Joins two intervals, by using the earlier of the two start times, and the later
|
||||
of the two end times, and the combined set of tags. Using the 'summary' command,
|
||||
and specifying the ':ids' hint shows interval IDs. Using the correct IDs, you
|
||||
can identify an intervals to join. For example, show the IDs:
|
||||
|
||||
$ timew summary :week :ids
|
||||
|
||||
Then having selected '@1' and '@2' as the intervals you wish to join:
|
||||
|
||||
$ timew join @1 @2
|
||||
|
||||
See also 'split', 'lengthen', 'shorten'.
|
||||
|
||||
.TP
|
||||
.B timew lengthen @<id> [@<id> ...] <duration>
|
||||
The 'lengthen' command is used to defer the end date of a closed interval.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue