jschlatow / taskopen

Tool for taking notes and open urls with taskwarrior
GNU General Public License v2.0
368 stars 32 forks source link

RFE: taskopen -m #18

Closed jschlatow closed 11 years ago

jschlatow commented 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.