benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

Support due:tomorrow in filters #357

Closed jshlaf closed 6 years ago

jshlaf commented 6 years ago

In order to see what tasks I have planned for tomorrow, I have to type the exact tomorrow's date in the filter, like "due:2018-04-28". But when I enter a task, I can use the syntax "due:tomorrow". Can you please support "due:tomorrow" in filters (due: would be also useful, albeit not as much as the "tomorrow" one). Thanks.

benrhughes commented 6 years ago

Hi, There are some due filters already, hopefully one of them will be sufficient.

From the help page (https://github.com/benrhughes/todotxt.net/wiki/help):

due date filtering: due:today, due:past, due:future or due:active (today and past)

Cheers,

Ben

On Fri, Apr 27, 2018, 5:22 AM jshlaf notifications@github.com wrote:

In order to see what tasks I have planned for tomorrow, I have to type the exact tomorrow's date in the filter, like "due:2018-04-28". But when I enter a task, I can use the syntax "due:tomorrow". Can you please support "due:tomorrow" in filters (due: would be also useful, albeit not as much as the "tomorrow" one). Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benrhughes/todotxt.net/issues/357, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOUMcnfQjOPnI1E1e9dMWVkAj5EfoCQks5tsh55gaJpZM4TnEGi .

jshlaf commented 6 years ago

The only filter that shows future tasks is "due:future", so it will show all the tasks that are due in the future, that will include tomorrow, next week and half a year after tomorrow. So in order to see just the tasks that are due tomorrow it won't do...