I have one large (and several small) personal projects to accomplish during the next year or two of my life (including building a new house) and one professional programming project to start planning. I think an online to-do list or task manager would be a help in terms of planning, scheduling and reminding me. I do not need a mobile app, instead I'm interested in a solution with great desktop interface. What do you use? Do you recommend it? If so, why?
I currently don't use anything for <i>personal</i> task tracking, since I am a part of a large team and we have project management. However, in college I explored this quite a bit. Here is what I would recommend:<p><i></i>* Text-based <i></i>*<p>If this appeals to you, Taskpaper is a really good format with a lower barrier of entry than org-mode. There is a Taskpaper major mode for Emacs, a plugin for Vim, and even one for Sublime Text 2 (though the author didn't credit Taskpaper or Hog Bay except as "inspiration" at the bottom of the README): <a href="https://github.com/aziz/PlainTasks" rel="nofollow">https://github.com/aziz/PlainTasks</a><p><i></i>* Simple but GUI <i></i>*<p>Literally anything that allows you to create individual items, tag them (or add them to multiple named lists - same thing), and then filter by tag or list. Tags are all you need to implement anything from pure ad-hoc task management all the way up to strict GTD. Priorities are not essential and can actually get in the way; I've always found it much simpler and less of a mind burden to categorize tasks by project ("project" here meaning anything that takes more than one discrete task) and then simply tag the "Next Action" for any given project. You can then filter by "Next Action" and decide for yourself at any given moment what task will be best to do with the resources available to you (time, tools, location, energy).<p>Some examples of solutions that will do this:<p>- A directory of text files with #hashtags in their contents and grep<p>- Notational Velocity / Simplenote<p>- Any todo list app with real tags (not Wunderlist, for instance)<p>- Outlook<p>- Taskpaper or org-mode<p>I actually used Gmail for this for a while. I could expound on that if you're interested.<p><i></i>* The Full Monty <i></i>*<p>OmniFocus, plus the book "Getting Things Done" by David Allen. It's cliche for a reason. It's not a silver bullet (obviously, I hope), but it is an effective system, it works for a lot of people, and you will probably get at least a few takeaways out of reading about it.
I've been using emacs org-mode (<a href="http://orgmode.org" rel="nofollow">http://orgmode.org</a>) for a little over a year. It makes it easy to capture notes, todo-items, and agenda/calendar items. I wanted to learn how to use emacs and it gave me a reason to run emacs every day. Now org-mode has become part of my routine for keeping track of what I have to do and what I've done.
I just use a piece of paper.<p>For coding I use comments and a git alias (git todo) that returns the comments.<p><pre><code> todo = !git grep --color=always --no-index --exclude-standard --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *' | sed -e 's/^[[:space:]]*//'
</code></pre>
Long term stuff I keep in Notational Velocity, among a load of other things.
I launched StartHQ, a web app directory, this week. You can see a list of todo apps here: <a href="https://starthq.com/apps/?category=productivity" rel="nofollow">https://starthq.com/apps/?category=productivity</a><p>I will also add all the ones mentioned here. My personal favorite is <a href="https://starthq.com/apps/wunderlist" rel="nofollow">https://starthq.com/apps/wunderlist</a>.
Wunderlist.<p>I was using Things before, but the rip-off pricing and lack of web and non iOS clients made me switch.<p>I like Wunderlist for its simplicity and the "GTDishness".<p>Supports multiple projects (or lists), sub-tasks, reminders, repeated tasks.<p>No support for tags, and the recent Wunderlist2 release dropped support for the great "smart dates" functionality, which was an absolute killer feature on their old version.
Do you use a Mac? If so, I recommend Things for Mac<p><a href="http://culturedcode.com/things" rel="nofollow">http://culturedcode.com/things</a><p><a href="http://culturedcode.com/things/mac/appstore" rel="nofollow">http://culturedcode.com/things/mac/appstore</a> ($49.99)<p>Edit to answer to ralfy's reply below:<p>I recommend it to Get Things Done [1], for its versatility (projects, scopes, labels, scheduling and repeated tasks), its excellent user interface and aesthetics, and the seamless synchronization across multiple devices (Mac, iPhone and iPad).<p>[1] <a href="http://en.wikipedia.org/wiki/Getting_Things_Done" rel="nofollow">http://en.wikipedia.org/wiki/Getting_Things_Done</a>
It's so far from finished, but I'd be interested to see people think about where it's going:<p><a href="https://github.com/richo/groundstation" rel="nofollow">https://github.com/richo/groundstation</a><p>You should be able to get something working by installing the dependencies, pulling in some github issues with ./slurp_github and then running airshipd<p>EDIT: Which is the logical successor to <a href="https://github.com/richo/TODO" rel="nofollow">https://github.com/richo/TODO</a><p>I've tried most of the other platforms and none really delivered for me. At the very least I could find my old TODO anywhere since it was all online.
I use wunderlist on my iOS devices and my windows PC at work.<p>I like it because it offers automatic synching over multiple devices as well as making it easy to separate out each of the projects I'm working on.
Since you said a great desktop interface.. check out MS OneNote, integrates with Outlook for schedule/reminders, very good drag/drop support of anything.<p>If you can pay $, Atlassian JIRA is the best for programming, you can schedule/plan tasks, get reminders, much better sorting of issues/categories, phases, have them automatically close with commits (JIRA is just like github only way more advanced in what you can do)<p>Now if you are doing an open source project for the community then hands down stay on github
We launched <a href="http://taskmessenger.com" rel="nofollow">http://taskmessenger.com</a> in January. It's a shared to-do list for personal and team use. Sign up is free and if you need any features or help getting started drop me a mail at alan@taskmessenger.com (I'm a co-founder)<p>We have a search function for keeping track of tasks, an activity feed showing tasks completed while we also track stats such as tasks shared, picked up and completed.
Google Docs, but any other text editor would work about as well. I have three bulletted lists, one (very short) one for things that are currently in-progress and really ought to be finished before I start something else, one for things that are blocking on something, and one for things I either haven't gotten around to yet or had to defer for some reason. For small/quick things that come from emails, I just flag them in Outlook.
I have recently made a small todo webapp because I needed one myself, it's still deep in beta, but besides few UI flaws on WebKit works pretty well: <a href="http://www.rodosapp.com/" rel="nofollow">http://www.rodosapp.com/</a><p>You can add a new group just for yourself or add some people to it, you do it by typing their email address to "add user" field. Of course that user has to be already registered in the app.
I build TodoPaper and combine it with TaskPaper and DropBox to sync across my PCs and Macs and iPhone. It's a plaintext file format that also has a number of open source projects that highlight the files when you work in Vim, Notepad++, etc. Example of the format:<p><pre><code> Project:
- task
- task @done
- sub task
Notes for this task.
- sub task @due(2013-03-03)</code></pre>
Asana is my favorite. It can be used for basic to-do lists or more complex project plans. The interface feels fast and nicely designed, with key bindings for everything so you can move through it very quickly. Free for up to 30 people in a team, so you can assign tasks to others if you want to.<p><a href="http://asana.com" rel="nofollow">http://asana.com</a>
I use UbikFocus (<a href="http://Appstore.com/ubikfocus" rel="nofollow">http://Appstore.com/ubikfocus</a>) its a iPhone/iPad App. I use in my daily activity to organize the tasks of my projects.<p>I try others apps, some one of the people suggest but for me are so simple or so complex. Ubikfocus it's a good mix between simplicity and powerful features
If you don't mind spending some $ on it, I totally recommend Omnifocus. I've been using several tools over the past years and stopped looking around when I found this one. It supports several projects nicely, helps with the reminders and the contexts and syncs over several devices. Fast to learn, fast to use.
- For simple personal things, a Chrome extension I made that gives you a simple localStorage backed textarea. I can share if anyone's interested.<p>- For code, Github issues/pull requests<p>- For team tasks that need to be delegated, Teambox (<a href="http://teambox.com" rel="nofollow">http://teambox.com</a>)<p>- For scheduled things, Google Calendar
We recently released our visual task management app DropTask (<a href="https://www.droptask.com" rel="nofollow">https://www.droptask.com</a>). It allows you to split your tasks across projects, categorize them using nested sub grouping and schedule them easily using the week view.
Try Breeze (<a href="http://letsbreeze.com" rel="nofollow">http://letsbreeze.com</a>), it's agile tool that shows your tasks on a board, also includes todos and calendars.<p>For more professional use it also has time tracking, reports, email notifications, dropbox and google drive integration.
Todoist. Why? Because it supports sub tasks and sub projects (this is pretty rare), freeform tagging so I control how I structure things, a wonderful UI and works offline by way of HTML5 storage.<p>I don't like that I can't hide tasks until they're nearing their due date however.
Todoist. I've used Remember the Milk, Toodledo, Wunderlist and probably a few others that I've forgotten and have come back to Todoist. It's a simple, clean, flexible interface that does what I need. I had high hopes for Wunderlist but gave up in frustration.
As a student, I use Schooltraq (<a href="http://schooltraq.com" rel="nofollow">http://schooltraq.com</a>).<p>It has both a web interface, Android app and an API so it's fairly ubiquitous for me. I find it simple and efficient.<p>Disclosure - I am a developer at Schooltraq.
GitHub for software issues / bugs features.<p>Trello for sales pipeline, general project planning and management tasks.<p>Remember the Milk for tasks with a specific due date and recurring tasks, though I'd like to use Trello for that in the long run, too.
Two plaintext files in dropbox (todo.txt and priority.txt), kept always open in all my computers.<p>Search, editing and subtasks-by-indentation are convenient enough, as my text editor anyway is my main work tool.
I (ab)use Teambox. You can plug it with incoming email so its great for ticketing and also for defining custom processes within your team (hashtags? love them!).
todo.txt (todotxt.com) - open source with a simple text file format. Items have (priorities), +tags, and @locations. There is a CLI interface for desktops and apps for iOS & android. Syncing over dropbox is supported.
i use "todo.txt".
it is text based todo list, you can edit it easily every where, it has smart phone app and it's very simple to use
<a href="http://todotxt.com/" rel="nofollow">http://todotxt.com/</a>
todo lists are not it's main purpose, but I use thinkery which can do it too by giving things a #todo tag. <a href="http://thinkery.me/" rel="nofollow">http://thinkery.me/</a>