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