.TH timew-tag 1 "2021-01-10" "timew 1.4.2" "User Manuals" . .SH NAME timew-tag \- add tags to intervals . .SH SYNOPSIS .B timew tag [ .I .B ... ] .I .B ... . .SH DESCRIPTION The 'tag' command is used to add a tag to an interval. Using the 'summary' command, and specifying the ':ids' hint shows interval IDs. Using the right ID, you can identify an interval to tag. . .SH EXAMPLES For example, show the IDs: .RS $ timew summary :week :ids .RE Then having selected '@2' as the interval you wish to tag: .RS $ timew tag @2 'New Tag' .RE Note that you can tag multiple intervals, with multiple tags: .RS $ timew tag @2 @10 @23 'Tag One' tag2 tag3 .RE If there is active time tracking, you can omit the ID when you want to add tags to the current open interval: .RS $ timew start foo .br $ timew tag bar .RE This results in the current interval having tags 'foo' and 'bar'. . .SH "SEE ALSO" .BR timew-lengthen (1), .BR timew-shorten (1), .BR timew-summary (1), .BR timew-untag (1)