From 5f02f81952c8267636cc57e977dc5d257320129f Mon Sep 17 00:00:00 2001 From: Rob Golding Date: Mon, 3 Jun 2013 21:51:17 +0100 Subject: [PATCH] Update README to reflect new filtering API --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) 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'] -- 2.39.2