jschlatow / taskopen

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

Is it possible to use an empty notes regex? #117

Closed nkakouros closed 5 years ago

nkakouros commented 5 years ago

I would like to use taskopen -n to create a note on the fly without using task annotate first. I tried setting NOTES_REGEX to ".*", "", " " and others. But I couldn't make it work. Is there a way to achieve this?

jschlatow commented 5 years ago

@tterranigma have you looked at the NO_ANNOTATION_HOOK? I think this is what you're looking for.

nkakouros commented 5 years ago

Yes, that solved it for me. I totally missed that. Thanks for pointing it out!