From: Rob Golding Date: Mon, 3 Jun 2013 20:51:17 +0000 (+0100) Subject: Update README to reflect new filtering API X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/5f02f81952c8267636cc57e977dc5d257320129f Update README to reflect new filtering API --- diff --git a/README.rst b/README.rst index 28a61fb..ee748c2 100644 --- a/README.rst +++ b/README.rst @@ -47,3 +47,8 @@ a period); so the above example is equivalent to the following command:: $ task status:pending tags.contain=work .. _taskwarrior: http://taskwarrior.org + +Tasks can also be filtered using raw commands, like so:: + + >>> tw.tasks.filter('status:pending +work') + ['Upgrade Ubuntu Server']