Docs: Added 'untag' command

This commit is contained in:
Paul Beckingham 2016-06-05 13:32:38 -04:00
parent dc719a3190
commit 93fcd6b668

View file

@ -205,7 +205,7 @@ filtering, or shortcut hints:
The ':ids' hint adds an 'IDS' column to the summary report output, for interval The ':ids' hint adds an 'IDS' column to the summary report output, for interval
modification. modification.
See also 'day', 'week', 'month', 'tag'. See also 'day', 'week', 'month', 'tag', 'untag'.
.TP .TP
.B timew tag @<id> <tag> [<tag> ...] .B timew tag @<id> <tag> [<tag> ...]
@ -223,7 +223,7 @@ Note that you can tag multiple intervals, with multiple tags:
$ timew tag @2 @10 @23 'Tag One' tag2 tag3 $ timew tag @2 @10 @23 'Tag One' tag2 tag3
See also 'summary'. See also 'summary', 'untag'.
.TP .TP
.B timew tags .B timew tags
@ -241,6 +241,24 @@ Note that the track command expects a closed interval (start and end time), when
recording. If a closed interval is not provided, the 'track' command behaves the recording. If a closed interval is not provided, the 'track' command behaves the
same as the 'start' command. same as the 'start' command.
.TP
.B timew untag @<id> <tag> [<tag> ...]
The 'untag' command is used to remove a tag from an interval. Using the 'summary'
command, and specifying the ':ids' hint shows interval IDs. Using the right ID,
you can identify an interval to untag. For example, show the IDs:
$ timew summary :week :ids
Then having selected '@2' as the interval you wish to untag:
$ timew untag @2 'Old Tag'
Note that you can untag multiple intervals, with multiple tags:
$ timew untag @2 @10 @23 'Old Tag' tag2 tag3
See also 'summary', 'tag'.
.TP .TP
.B timew week [<interval>] [<tag> ...] .B timew week [<interval>] [<tag> ...]
The week command shows a chart depicting a single week (current week by The week command shows a chart depicting a single week (current week by