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