X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/804022a199150d97c2b06c0821883d3e8d691a49..57e5c12f9f47639ab48bb53103aaf831b675c53b:/README.rst 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']