1TIMEW-JOIN(1) User Manuals TIMEW-JOIN(1)
2
3
4
6 timew-join - join intervals
7
9 timew join <id> <id>
10
12 Joins two intervals, by using the earlier of the two start times, and
13 the later of the two end times, and the combined set of tags. Using the
14 'summary' command, and specifying the ':ids' hint shows interval IDs.
15 Using the correct IDs, you can identify an intervals to join.
16
18 For example, show the IDs:
19
20 $ timew summary :week :ids
21
22 Then having selected '@1' and '@2' as the intervals you wish to join:
23
24 $ timew join @1 @2
25
27 timew-lengthen(1), timew-resize(1), timew-shorten(1), timew-split(1)
28
29
30
31timew 1.4.3 2021-05-16 TIMEW-JOIN(1)