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 'sum‐
13 mary' 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 $ timew summary :week :ids
19 Then having selected '@2' as the interval you wish to tag:
20 $ timew tag @2 'New Tag'
21 Note that you can tag multiple intervals, with multiple tags:
22 $ timew tag @2 @10 @23 'Tag One' tag2 tag3
23 If there is active time tracking, you can omit the ID when you want to
24 add tags to the current open interval:
25 $ timew start foo
26 $ timew tag bar
27 This results in the current interval having tags 'foo' and 'bar'.
28
30 timew-lengthen(1), timew-shorten(1), timew-summary(1), timew-untag(1)
31
32
33
34timew 1.2.0 2019-11-25 timew-tag(1)