benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

negative filtering is not possible #237

Closed ausminternet closed 9 years ago

ausminternet commented 9 years ago

Filtering works with "@context", but often I would like to filter the other way round with "!@context" but this is is not possible.

benrhughes commented 9 years ago

You can start the filter line with "-" rather than "!" to negate it.

Cheers,

Ben On Oct 22, 2014 6:11 PM, "ausminternet" notifications@github.com wrote:

Filtering works with "@context https://github.com/context", but often I would like to filter the other way round with "!@context https://github.com/context" but this is is not possible.

— Reply to this email directly or view it on GitHub https://github.com/benrhughes/todotxt.net/issues/237.

ausminternet commented 9 years ago

woohoo, great \o/

and best of it: it works with todo.sh too :)

thx, Jan