mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
28 lines
662 B
Text
28 lines
662 B
Text
= timew-join(1)
|
|
|
|
== NAME
|
|
timew-join - join intervals
|
|
|
|
== SYNOPSIS
|
|
[verse]
|
|
*timew join* _<id> <id>_
|
|
|
|
== DESCRIPTION
|
|
Joins two intervals, by using the earlier one of the two start times, and the later one 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.
|
|
|
|
== EXAMPLES
|
|
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
|
|
**timew-lengthen**(1),
|
|
**timew-resize**(1),
|
|
**timew-shorten**(1),
|
|
**timew-split**(1)
|