Any decent task-list apps out there?
Outlook has a task list, but it’s pitiful. I’ve looked around for freeware or shareware task-list apps, and the ones I’ve found are no better. They all have two fatal flaws that make them completely unusable in real life:
- They all give you a flat list. Pathetic. In real life, tasks have subtasks, which have sub-subtasks, etc. (Especially when you have attention-deficit disorder, and need to write down all the details if you hope to remember them long enough to actually do them.)
- They all give you a measly three priorities: high, low, and neither. Within a priority, everything is alphabetical. Yuck. In real life, you need to be able to reorder things arbitrarily, and three priorities won’t even come close.
Has anyone used any task-list programs that actually support hierarchies and arbitrary ordering? I’m thinking of writing one, but that’d be silly if there’s a usable one out there somewhere. (That won’t necessarily stop me, mind you; but I might as well see what’s out there before I write one of my own.)
One other feature that I would really like (but could probably live without, if there’s an otherwise-decent app that doesn’t have it) is the ability, at the start of the day, to say, “Here are the things I think I can get done today.” Then, at the end of the day, I could see whether I did get them done, and if not, I could try to figure out why, or why not. (At this point it would be helpful to see which things did get checked off that weren’t on my “Today” list.)
This “Today” feature might help on those days when I’m thinking to myself on the drive home, “Okay, now exactly what was it that I accomplished today?” And a history of all these “Today” lists would be extremely helpful when I’m trying to remember what I accomplished during the last review period.
January 10th, 2005 at 12:05 am
Joe –
Have you looked at ToDoList by "AbstractSpoon" (http://www.abstractspoon.com/)? I kind of like it, although it does not yet fully meet my criteria… But it’s better than others I have seen.
J.
January 10th, 2005 at 5:59 am
A second vote for abstractspoon’ TODOList . You get the source (C#), so if there is something you want added or changed you can do so.
January 10th, 2005 at 6:29 am
Looks like the source is C++, not C#. But I may have to try it. Pity the screenshot doesn’t show the tree at work.
January 10th, 2005 at 1:09 pm
I am currently working on some software to do just that. It is really a knowledge base application but is highly flexible so you can define a category to be something like a ‘task’, ‘programming’, ‘contact info’ etc and it changes the fields etc. It also has features like, Inbox, Today List, Proper searching (AND, OR, NOT, * etc), can contect to remote server (uses RemObjects) and more.I expect it to be in beta in 6-8 wks. See a screen shot at http://www.h3k.biz/images/tok.png
January 11th, 2005 at 11:16 am
Take a quick look at Microsof OneNote at http://www.microsoft.com/office/onenote/prodinfo/demo.mspx. Not sure if this would meet your needs; perhaps so.
January 11th, 2005 at 2:12 pm
I looked at the OneNote video, and it doesn’t look like it’s particularly close to what I want. It would be really good for taking notes, and it can sort of make to-do lists out of those notes with its "star" feature, but that’s still a flat list.
January 17th, 2005 at 9:16 am
My immediate response when I read this blog entry was, I am going to write one in C# and integrate it with Outlook.
Anyways, I am checking out ToDoList by "AbstractSpoon"
Thanks folks.
January 23rd, 2005 at 6:25 pm
hi joe
ToDoList’s primary home is on CodeProject at http://www.codeproject.com/tools/ToDoList2.asp. feel free to make any suggestions and comments.
rgds