Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.

make negative Filtering possible? #81

Open
hooveraj opened this issue Mar 28, 2015 · 2 comments
Open

make negative Filtering possible? #81

hooveraj opened this issue Mar 28, 2015 · 2 comments

Comments

@hooveraj
Copy link

What would it take to make it possible to use negative or subtractive filtering? e.g. "-@home" would show all tasks except those with the context of @home.

Also, along the same lines, what would it take to make OR filtering possible? e.g. "@home OR @errand" would return tasks that have either of those contexts, not only tasks that have both (the current behavior).

@MartinSGill
Copy link
Owner

Some level of this already exists: https://github.com/MartinSGill/TodoTxtJs/wiki/Filters

I have thought about this in the past, but mostly I found that with a project and context assigned it's very easy to find things. That's why I've only implemented the "no project" and "no context" filters.

Is there a specific scenario where you feel having these extra filters would be really valuable?

@jaimemrjm
Copy link

jaimemrjm commented Jun 30, 2016

Hi,
negative filtering is useful to clean future tasks, that need another task be finished or you have in a backlog, waiting to something. You can tag these tasks with +pending or +waitingFor. Note that the opensource Android app simpletask supports this feature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants