Closed jschlatow closed 11 years ago
-m as in match
taskopen -m
Only include annotations which match the given regular expression. The regex will be applied on the part that follows the label, e.g.:
task 1 annotate web: http://www.taskwarrior.org
so that
taskopen -m ^http
will match, but
taskopem -m web
will not match.
-m as in match
taskopen -m
Only include annotations which match the given regular expression. The regex will be applied on the part that follows the label, e.g.:
task 1 annotate web: http://www.taskwarrior.org
so that
taskopen -m ^http
will match, but
taskopem -m web
will not match.