jrupac / tasky

A command-line desktop client for Google Tasks.
GNU General Public License v3.0
113 stars 33 forks source link

can i list all task with due date, no matter the task list? #33

Open kurokirasama opened 6 years ago

kurokirasama commented 6 years ago

it would be great if we could list all tasks with due date, whether sorted by date or task list.

jrupac commented 6 years ago

Hm, it is reasonable to support a "sort by due date" option. That could put tasks without a due date below a sorted list of ones with a due date (I think this is what the new Tasks UI does).

Alternatively or in conjunction, we could also support a filter feature that can only show tasks with due date (or possibly other criteria too).

Not sure when I'll get to this, but am accepting PRs.