You've got enough to do. And learning a new task management system - as helpful as that might be - is rarely on your list of tasks to complete. But what if there were a task management system that was simple and intuitive, enabling you to scratch that "get organized" New Year's resolution off the list a little early? Deadline may be that app.
Designed to take natural language commands via Web, email, and IM/Jabber, Deadline exudes task management simplicity.
To use Deadline, simply establish an account and start populating it with your tasks and - of course - the deadlines for those task. But don't worry about some arcane nomenclature. Deadline has enough intelligence to understand common date formats as well as simple, natural language commands like "tomorrow," "next week," and "next Tuesday." And if the command is too cryptic, the app will ask you to clarify.

Not into the Web interface? No problem. You can also send tasks to Deadline via a unique email address. Simply address the email to Deadline and fill out the subject with the task and date. Or add Deadline to your GTalk/Jabber friends and start loading up your tasks via IM.
Getting reminders is just as easy. They arrive via IM and email, alerting you that you have tasks due. And if you're into a little more warning, you can track your tasks via an authenticated RSS feed or add your task list to an iCal compatible calendar. There are even top secret feed URLs for adding open RSS feeds to systems - like Google Calendar - that don't support authentication.
Admittedly, the simplicity may be far too simple for some. But for those who are looking for a straightforward task management system, Deadline seems to satisfy a number of common requirements. What's more, if you're a former Sandy user, I think you'll find Deadline picks up right where Sandy left off.
To try the application for yourself, register for Deadline.
Comments
Subscribe to comments for this post OR Subscribe to comments for all ReadWriteWeb posts
I don't see how it can compete with Remember The Milk, in my opinion it is much better.
Interesting idea, though i don't think it may be useful for me. I prefer task managers that can be used for collaboration as well as for the personal tasks or lists, e.g. http://task2gather.com.
I have been using Deadline for about 2 weeks now and I love it - it's simple to use and does everything I want it to. I love the layout and it is so easy to add an appointment. Simplicity = beauty.
"Deadline has enough intelligence to understand common date formats as well as simple, natural language commands like "tomorrow," "next week," and "next Tuesday.""
In the php world we simply call that strtotime()
http://jp2.php.net/strtotime
nothing particularly "intelligent" going on there ;)
@yongfook - I had the same initial thought - strtotime - but you do still need to parse out the string to determine what part is the 'task' and what part is the 'when'.