.TH timew-join 1 "2021-01-10" "timew 1.4.2" "User Manuals" . .SH NAME timew-join \- join intervals . .SH SYNOPSIS .B timew join .I . .SH DESCRIPTION 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. . .SH EXAMPLES For example, show the IDs: .RS $ timew summary :week :ids .RE Then having selected '@1' and '@2' as the intervals you wish to join: .RS $ timew join @1 @2 .RE . .SH "SEE ALSO" .BR timew-lengthen (1), .BR timew-resize (1), .BR timew-shorten (1), .BR timew-split (1)