1TIMEW-UNTAG(1) User Manuals TIMEW-UNTAG(1)
2
3
4
6 timew-untag - remove tags from intervals
7
9 timew untag [<id>... ] <tag>...
10
12 The 'untag' command is used to remove a tag from 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 untag.
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 untag:
22
23 $ timew untag @2 'Old Tag'
24
25 Note that you can untag multiple intervals, with multiple tags:
26
27 $ timew untag @2 @10 @23 'Old Tag' tag2 tag3
28
29 If there is active time tracking, you can omit the ID when you want to
30 remove tags from the current open interval:
31
32 $ timew start foo bar
33 $ timew untag bar
34
35 This results in the current interval having tag 'foo' but not 'bar'.
36
38 timew-lengthen(1), timew-retag(1), timew-shorten(1), timew-summary(1),
39 timew-tag(1)
40
41
42
43timew 1.6.0 2023-09-18 TIMEW-UNTAG(1)