TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Your favorite to-do list or task manager?

28 pointsby owkayeabout 12 years ago
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?

51 comments

jrajavabout 12 years ago
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.
dcuthbertsonabout 12 years ago
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.
waxjarabout 12 years ago
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.
philjacksonabout 12 years ago
Org-mode for emacs is excellent. I've been using it for years.<p><a href="http://orgmode.org/" rel="nofollow">http://orgmode.org/</a>
afshinmehabout 12 years ago
Trello. Powerful for managing team tasks and simple for managing personal to-do(s).
olegpabout 12 years ago
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>.
评论 #5313810 未加载
gorbachevabout 12 years ago
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.
michielvooabout 12 years ago
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>
评论 #5313675 未加载
评论 #5313606 未加载
richoabout 12 years ago
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.
grantismabout 12 years ago
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.
rschmittyabout 12 years ago
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
alanmeaneyabout 12 years ago
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.
tbrownawabout 12 years ago
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.
skycockerabout 12 years ago
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.
评论 #5313976 未加载
jshererabout 12 years ago
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>
dageshiabout 12 years ago
notepad.<p>* this is something I would like to achieve<p><pre><code> -this is a sub step on the way to achieving it -and another substep</code></pre>
merinidabout 12 years ago
Workflowy.com
评论 #5314421 未加载
评论 #5315253 未加载
评论 #5313535 未加载
评论 #5313615 未加载
bentaberabout 12 years ago
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>
elicoxabout 12 years ago
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
samufuentesabout 12 years ago
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.
binaryorganicabout 12 years ago
Clear <a href="http://www.realmacsoftware.com/clear/" rel="nofollow">http://www.realmacsoftware.com/clear/</a>
michokestabout 12 years ago
- 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
评论 #5314448 未加载
manuelflaraabout 12 years ago
I use Basecamp for project to-do's, and Gmail with "Show unread at the top" option on, for "life" to-do's.
dsyph3rabout 12 years ago
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.
评论 #5313538 未加载
评论 #5314456 未加载
egomaksababout 12 years ago
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.
AdamGibbinsabout 12 years ago
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.
RogueXabout 12 years ago
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.
porterabout 12 years ago
I've used a lot of web and desktop based todo lists....<p>Turns out it's pretty hard to beat pen and paper.
评论 #5313754 未加载
Todd_Daviesabout 12 years ago
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.
BjoernKWabout 12 years ago
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.
PeterisPabout 12 years ago
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.
masylumabout 12 years ago
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!).
3rd3about 12 years ago
Apples Reminders.app is actually better than most people say or think. You can even keep it in sync with your own server using CalDAV.
aymericabout 12 years ago
I am the developer behind <a href="http://weekplan.net" rel="nofollow">http://weekplan.net</a>, please have a look if you have 2 min.
ekianjoabout 12 years ago
Task Warrior! All in terminal but very practical.
jsheperdabout 12 years ago
I am happy with MS OneNote. It seems to be the most versatile tool. Integrated to outlook calendars, easy to find open tasks, ...
joshguthrieabout 12 years ago
Astrid for daily tasks (paperwork and links or technologies to check later) and Trello for projects-related tasks.
berberousabout 12 years ago
I really like The Hit List. It has a OS X and an iPhone app, but you have to pay for syncing.
dfischerabout 12 years ago
<a href="http://www.kanbanpad.com" rel="nofollow">http://www.kanbanpad.com</a> free too.
bumbledravenabout 12 years ago
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 &#38; android. Syncing over dropbox is supported.
评论 #5353549 未加载
slakeabout 12 years ago
If you have the discipline to use pen and paper I'd recommend that. Else Asana!
ehsaniaabout 12 years ago
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>
akirkabout 12 years ago
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>
lajarreabout 12 years ago
Any stats done on these comments to figure out what people use?
businessleadsabout 12 years ago
I guess we are the very last to still use Google Tasks.
druckenabout 12 years ago
Excel + Dropbox + synced Google Calendar.
kenshiabout 12 years ago
Text files on Dropbox.
alexrsonabout 12 years ago
vi
fstoneabout 12 years ago
any.do
oulipoabout 12 years ago
nvAlt
modi123about 12 years ago
Omnifocus for daily personal task, and Trello for development project.
评论 #5355354 未加载
评论 #5355341 未加载