1timew-annotate(1) User Manuals timew-annotate(1)
2
3
4
6 timew-annotate - add an annotation to intervals
7
9 timew annotate [ <id> ... ] <annotation> ...
10
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
18 For example, show the IDs:
19 $ timew summary :week :ids
20 Then having selected '@2' as the interval you wish to annotate:
21 $ timew annotate @2 'Lorem ipsum...'
22 Note that you can annotate multiple intervals with the same annotation:
23 $ timew annotate @2 @10 @23 'Lorem ipsum dolor sit amet...'
24 If there is active time tracking, you can omit the ID when you want to
25 add annotations to the current open interval:
26 $ timew start foo
27 $ timew annotate bar
28 This results in the current interval having annotations 'foo' and
29 'bar'.
30
32 Currently the annotation command picks the last token from the command
33 line and uses it as annotation. I.e. using no quotes in an annotation
34 command like
35 $ timew annotate @1 lorem ipsum dolor
36 will result in interval @1 having only 'dolor' as its annotation.
37
39 timew-tag(1)
40
41
42
43timew 1.2.0 2019-11-25 timew-annotate(1)