1TIMEW-ANNOTATE(1)                User Manuals                TIMEW-ANNOTATE(1)
2
3
4

NAME

6       timew-annotate - add an annotation to intervals
7

SYNOPSIS

9       timew annotate [<id>...] <annotation>...
10

DESCRIPTION

12       The 'annotate' command is used to add an annotation to an interval.
13       Using the 'summary' command, and specifying the ':ids' hint shows
14       interval IDs. Using the right ID, you can identify an interval to
15       annotate.
16

EXAMPLES

18       For example, show the IDs:
19
20           $ timew summary :week :ids
21
22       Then having selected '@2' as the interval you wish to annotate:
23
24           $ timew annotate @2 'Lorem ipsum...'
25
26       Note that you can annotate multiple intervals with the same annotation:
27
28           $ timew annotate @2 @10 @23 'Lorem ipsum dolor sit amet...'
29
30       If there is active time tracking, you can omit the ID when you want to
31       add annotations to the current open interval:
32
33           $ timew start foo
34           $ timew annotate bar
35
36       This results in the current interval having annotations 'foo' and
37       'bar'.
38

BUGS

40       Currently the annotation command picks the last token from the command
41       line and uses it as annotation. I.e. using no quotes in an annotation
42       command like
43
44           $ timew annotate @1 lorem ipsum dolor
45
46       will result in interval @1 having only 'dolor' as its annotation.
47

SEE ALSO

49       timew-tag(1)
50
51
52
53timew 1.4.3                       2021-05-16                 TIMEW-ANNOTATE(1)
Impressum