Skip to content

Can exclusions be skipped? #435

Answered by lauft
durian asked this question in Q&A
Jun 24, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @durian!

Another way to "fix" such a gap would be using the join command.
Suppose you have a gap like this:

$ timew sum :ids

Wk  Date       Day ID Tags    Start      End    Time   Total
W25 2021-06-23 Wed @2 WORK  8:00:00 11:30:00 3:30:00
                   @1 WORK 12:30:00 16:00:00 3:30:00 7:00:00

                                                     7:00:00

then you can use timew join to merge these two intervals:

$ timew join @1 @2
Joined @1 and @2

$ timew sum :ids

Wk  Date       Day ID Tags   Start      End    Time   Total
W25 2021-06-23 Wed @1 WORK 8:00:00 16:00:00 8:00:00 8:00:00

                                                    8:00:00

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@durian
Comment options

@lauft
Comment options

Answer selected by lauft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #434 on June 24, 2021 06:48.