1TIMEW-TAG(1) User Manuals TIMEW-TAG(1)
2
3
4
6 timew-tag - add tags to intervals
7
9 timew tag [<id>...] <tag>...
10
12 The 'tag' command is used to add a tag to an interval. Using the
13 'summary' command, and specifying the ':ids' hint shows interval IDs.
14 Using the right ID, you can identify an interval to tag.
15
17 For example, show the IDs:
18
19 $ timew summary :week :ids
20
21 Then having selected '@2' as the interval you wish to tag:
22
23 $ timew tag @2 'New Tag'
24
25 Note that you can tag multiple intervals, with multiple tags:
26
27 $ timew tag @2 @10 @23 'Tag One' tag2 tag3
28
29 If there is active time tracking, you can omit the ID when you want to
30 add tags to the current open interval:
31
32 $ timew start foo
33 $ timew tag bar
34
35 This results in the current interval having tags 'foo' and 'bar'.
36
38 timew-lengthen(1), timew-shorten(1), timew-summary(1), timew-untag(1)
39
40
41
42timew 1.4.3 2021-05-16 TIMEW-TAG(1)