mjdescy / TodoTxtMac

TodoTxtMac is a minimalist, keyboard-driven to-do manager for Mac OS X (10.8 Mountain Lion and higher) that conforms to the todo.txt format spec.
Other
240 stars 40 forks source link

Group by Sort Filter #110

Open davidwoodhouse opened 8 years ago

davidwoodhouse commented 8 years ago

Would it be possible to add the option to group items together as is seen in the sort filters of Todotxt.net and SwiftoDo?

I find it much easier to work with large lists when there is a clear demarcation between whatever I am sorting on, be that projects or priorities etc.

mjdescy commented 8 years ago

I would like this too, but it would require a rewrite of the app's data structure and a change from cell-based to view-based tables. I have been concentrating mostly on SwiftoDo for iOS (which does have this feature), which is one reason I have not worked in this feature.

davidwoodhouse commented 8 years ago

That makes sense. Thanks for letting me know

DSigmund commented 5 years ago

I am all for this! I would be nice :-) Example: (sort by due date)

task due:2019-05-05 task2 due:2019-05-05

task3 due:2019-05-06 task4 due:2019-05-10 ...