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
13 the 'summary' command, and specifying the ':ids' hint shows interval
14 IDs. Using the right ID, you can identify an interval to untag.
15
17 For example, show the IDs:
18 $ timew summary :week :ids
19 Then having selected '@2' as the interval you wish to untag:
20 $ timew untag @2 'Old Tag'
21 Note that you can untag multiple intervals, with multiple tags:
22 $ timew untag @2 @10 @23 'Old Tag' tag2 tag3
23 If there is active time tracking, you can omit the ID when you want to
24 remove tags from the current open interval:
25 $ timew start foo bar
26 $ timew untag bar
27 This results in the current interval having tag 'foo' but not 'bar'.
28
30 timew-lengthen(1), timew-shorten(1), timew-summary(1), timew-tag(1)
31
32
33
34timew 1.2.0 2019-11-25 timew-untag(1)