What is your _single_ favorite GTD tool? - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T12:57:14Zhttp://stackoverflow.com/feeds/question/1352http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool16What is your _single_ favorite GTD tool?Vincent Robert2008-08-04T15:40:42Z2008-12-07T15:56:45Z
<p>Getting Things Done is the thing these days. While the basic principle is only about keeping a TODO list, my main concern is maintaining this list.</p>
<p>I tried using e-mails, calendars, mind-mapping, bug trackers, text editor, notes, paper sheet.</p>
<p>My problem is that all these tools are, some part of the day, far from me. Far from the eye, far from the heart. I basically forget to use my GTD tool. Funny for a tool that is intended to remind me of everything.</p>
<p>Do you have any advice on a GTD tool (anything from software to little white rocks in the pocket) to can help me stay focus ON the tool ?</p>
<p>(Please provide <em>one</em> suggestion per answer.)</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1358#135815Answer by denny for What is your _single_ favorite GTD tool?denny2008-08-04T15:45:33Z2008-08-04T15:45:33Z<p><a href="http://www.rememberthemilk.com" rel="nofollow">Remember the milk</a> is a great website for task lists, being a website it is accessible anywhere (there is a mobile version of the site for phones). </p>
<p><a href="http://blog.rememberthemilk.com/2008/05/guest-post-advanced-gtd-with-remember.html" rel="nofollow">http://blog.rememberthemilk.com/2008/05/guest-post-advanced-gtd-with-remember.html</a> is a great post on their blog about how to set it up for the by the book GTD style...but it is very flexible.</p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1361#13610Answer by MOE37x3 for What is your _single_ favorite GTD tool?MOE37x32008-08-04T15:47:12Z2008-08-04T15:47:12Z<P>If you use a simpler system than GTD, you might find that it's easier to implement it in a way that fits into your lifestyle. I found <A href="http://www.randsinrepose.com/archives/2008/07/22/the_taste_of_the_day.html" rel="nofollow">this recent post by Rands</A> pretty compelling. He argues that a simpler system keeps the user focused on the tasks, rather than on the tool.</P>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1366#13660Answer by Sven for What is your _single_ favorite GTD tool?Sven2008-08-04T15:53:29Z2008-08-04T15:53:29Z<p>Are you talking about todo's for code, or more generally a <em>todo</em> list?</p>
<p>for the coding part: I like to keep it simple and if there is something I have to do later on (mostly when prototyping) i just write my todo's in the codefile itself like </p>
<pre><code>//TODO: insert whatever you need to do here<br></code></pre>
<p>either in visual studio or eclipse you get a nice automated list of your todo's you can doubleclick to go straight to the item (and of course fix it, that's the idea of those todo's)</p>
<p>for the general todo list, I have tried keeping an agenda, but alas after a few weeks I forget or "postpone" to write my todo's and thus fail in keeping an updated list.</p>
<p>I think it's a curse for people like us who really need those lists: it just wont work...</p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1369#136911Answer by Sebastjan Trepča for What is your _single_ favorite GTD tool?Sebastjan Trepča2008-08-04T15:55:26Z2008-08-04T15:55:26Z<p><a href="http://www.omnigroup.com/applications/omnifocus/" rel="nofollow">OmniFocus</a> works for me. It can sync with iCal, parses tasks from emails and works on iPhone so you can easily collect tasks. It is also highly customizable so you can implement many GTD workflows. Only for Macs though. </p>
<p>This is how it looks:
<img src="http://www.omnigroup.com/images/applications/omnifocus/omnifocus_header.jpg" alt="Omnifocus" title=""></p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1373#13730Answer by CodingWithoutComments for What is your _single_ favorite GTD tool?CodingWithoutComments2008-08-04T16:02:03Z2008-08-04T16:02:03Z<p>RememberTheMilk
FogBugz
Pbwiki
Notepad</p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1374#13740Answer by Vincent Robert for What is your _single_ favorite GTD tool?Vincent Robert2008-08-04T16:02:14Z2008-08-04T16:02:14Z<p>I can't edit my post because of a StackOverflow bug, so I will do the clarification here for the moment.</p>
<p>I was talking about general TODO, professionally and personally. Rands'article was great but it was more focused on a professional perspective.</p>
<p>Sven, what you described is exactly the problem, I forget to use the tool. There must be somewhere a tool simple enough for me to <em>remember</em> to check it, just like I never forget to check e-mails.</p>
<p>I will look into Remember The Milk... Thanks.</p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1389#13892Answer by Craig for What is your _single_ favorite GTD tool?Craig2008-08-04T16:31:57Z2008-08-04T16:31:57Z<p><a href="http://www.basecampHQ.com/?referrer=ENM" rel="nofollow">Backpack</a> bar none. It is the best information manager I have used. It is simple but powerful. It allows you to use just about any GTD methodology you prefer. </p>
<p>One part of my philosophy is that I never use email to store important information that I need to reference often (such as Usernames/Passwords, auto information, etc). Bakpack is great for organizing snippits of organization about you car, house, or business. One of my personal favorite features is the reminders. If I need to deal with something in an email later, I just create a reminder.</p>
<p>Cool idea: create a greasemonky script for gmail to automatically create reminders from an email.</p>
<p>Notes, lists, images, files, API.</p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1431#14312Answer by Brad Tutterow for What is your _single_ favorite GTD tool?Brad Tutterow2008-08-04T17:17:34Z2008-08-04T17:17:34Z<p>I use Outlook plus a Windows Mobile Smartphone. It is far from perfect, but it solves the most pressing problem for me in that it is always close at-hand (also the original poster's most pressing problem)</p>
<p>Since GTD breaks down to nothing more than a calendar and a bunch of lists, I use the calendar for the calendar (obviously) and the task list for everything else. I use categories to organize the tasks ... Project, Next Action, Goal, Waiting, Errands, Someday, etc. With some minor tweaks to the standard Outlook view, this is workable.</p>
<p>On the phone, I have to use a 3rd party PIM since the one that comes out of the box with Windows Mobile 5 is not so hot. I use <a href="http://www.developerone.com/agendaone/" rel="nofollow">AgendaOne</a>.</p>
<p>I have a colleague that accomplishes the same with <a href="http://www.tiddlywiki.com/" rel="nofollow">TiddlyWiki</a> and printouts to carry in his pocket.</p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1444#14441Answer by saniul for What is your _single_ favorite GTD tool?saniul2008-08-04T17:37:51Z2008-08-04T17:37:51Z<ul>
<li><a href="https://www.rememberthemilk.com" rel="nofollow">Remember The Milk</a></li>
<li><a href="https://mail.google.com" rel="nofollow">Gmail</a></li>
<li><a href="https://www.google.com/reader/" rel="nofollow">Google Reader</a></li>
<li><a href="http://google.com/notebook/" rel="nofollow">Google Notebook</a> (or <a href="http://office.microsoft.com/onenote" rel="nofollow">Microsoft OneNote</a> or <a href="http://evernote.com/" rel="nofollow">Evernote</a>, depends on what you need)</li>
</ul>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/1450#14500Answer by KG for What is your _single_ favorite GTD tool?KG2008-08-04T17:46:16Z2008-08-04T17:46:16Z<p>iPod Touch calendar. It's everywhere I need to go for work, & seeing as Outlook is standard for our office the iTunes syncing has been working without a hitch.</p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/4001#40013Answer by saniul for What is your _single_ favorite GTD tool?saniul2008-08-06T21:16:54Z2008-08-06T21:16:54Z<p><a href="http://lifehacker.com/378062/five-best-gtd-applications" rel="nofollow">Lifehacker's Five Best GTD Applications</a></p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/4011#40110Answer by Jarin Udom for What is your _single_ favorite GTD tool?Jarin Udom2008-08-06T21:21:13Z2008-08-06T21:21:13Z<p>After using Things.app for a while, I've switched back to OmniFocus. It's a hell of a lot better than it was in beta.</p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/4032#40323Answer by Jeremy Privett for What is your _single_ favorite GTD tool?Jeremy Privett2008-08-06T21:39:55Z2008-08-06T21:39:55Z<P>I've been using <A href="http://www.thinkingrock.com.au/index.php" rel="nofollow">ThinkingRock</A>. It has options to support the entire GTD workflow and has been really helpful in managing the process for me.</P>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/9946#99460Answer by queuebit for What is your _single_ favorite GTD tool?queuebit2008-08-13T15:30:27Z2008-08-13T15:30:27Z<p>I have found that a self created gtd todo list has worked the best for me. My company has a sharepoint installation so I just modified a custom list to follow the GTD principles. </p>
<p>I have been having a similar issue of not keeping up with a single tool. I had used <a href="http://todoist.com" rel="nofollow" title="I/O management and disk scheduling">todoist</a> before but couldn't keep with it. So now I just kinda use my inbox for stuff at home (small list) and my custom list in sharepoint for work stuff. I just keep the window open all the time and it works well for me.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/10078#100780Answer by Andreas H.R. Nilsson for What is your _single_ favorite GTD tool?Andreas H.R. Nilsson2008-08-13T16:58:53Z2008-08-13T16:58:53Z<p><strong>Going digital</strong></p>
<ul>
<li>Microsoft OneNote</li>
<li>Microsoft Outlook</li>
<li>Mobile</li>
</ul>
<p>I've tried tons of applications that could host an <strong>Inbox</strong>, an <strong>Action list</strong>, a <strong>Projects list</strong>, a <strong>Reference system</strong> and a <strong>Tickler file</strong> all in one. The best system I could find was one with the above tools.</p>
<p>Before turning to OneNote I tried <em>a lot</em> of different systems on the web for this kind of thing. <strong>But the web being the web, it just doesn't fit for easy and quick additions/edits/removes</strong>. Being able to access the system from "anywhere" (at least from any pc) didn't matter that much, I found out, when the friction of adding to the system just detered me from even using it.</p>
<p><strong>OneNote allows for extremely easy insertion of what ever data you want</strong> (text, pictures, files, links, ...). The organization can both be free form and very structural. My inbox is completely free form, I'm just tossing stuff in there. The Projects, Reference list and Tickler file has rigid structure. </p>
<p>The tickler file system is built as a list in OneNote. Every item is a <em>Task</em>, that when created automatically links to Outlook (when editing or removing in OneNote and vice versa, this is reflected in the other program). Outlook is in turn synchronized with my mobile phone on a regular basis. That way I can see (and edit) my tickler system as a list in OneNote, I'm notified as a reminder via Outlook, and be it I'm not at the computer, my mobile will inform me as well.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/39524#395241Answer by Dan Williams for What is your _single_ favorite GTD tool?Dan Williams2008-09-02T13:35:20Z2008-09-02T13:35:20Z<p>Have you tried <a href="http://www.vitalist.com" rel="nofollow">Vitalist</a>? It feels like RTM but geared toward GTD. The only thing I don't like about it is that the default reminder time is 12:00am, my wife almost killed me after the 3rd or 4th time. I loved RTM (Lists = Projects, tags = {next action, tickler, someday, etc.}, location = context), but I ended up not being able to view the data the way I wanted to.</p>
<ul>
<li>I use <a href="http://www.evernote.com" rel="nofollow">Evernote</a> for research or
reference material.</li>
<li>gmail as my inbox
(texting notes and todo's to myself
while on the run). Vitalist also
has on inbox, but I find myself not
checking it as much.</li>
<li>Finally, I use
google calendar, for important
ticklers or appointments (creates
some double entry with my corporate
system, but it's worth it)</li>
</ul>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/39550#395500Answer by epatel for What is your _single_ favorite GTD tool?epatel2008-09-02T13:50:01Z2008-12-07T15:56:45Z<p>I use <a href="http://www.memention.com/mylists/" rel="nofollow">MyLists</a> as my "ubiquitous capturing tool"</p>
<p><img src="http://memention.com/mylists/pic.png" alt="alt text" /></p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/39622#396221Answer by Ryan O for What is your _single_ favorite GTD tool?Ryan O2008-09-02T14:15:15Z2008-09-02T14:15:15Z<p>For ubiquitous capture, I couldn't live without the voice memo feature on my phone. (I use <a href="http://www.qmobilsoft.net/" rel="nofollow">CallRec</a> on my PalmOS Treo, but I'm sure similar applications exist for non-ridiculously old OSes.) I set it up on a whim, but once I set up a recurring daily task in my task manager to remind me to actually transcribe the notes it really made my system click. Double-clicking the side button on my Treo and dictating the task I want to get into my system is faster and easier than any other method I had tried previously.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/44883#448830Answer by David Singer for What is your _single_ favorite GTD tool?David Singer2008-09-04T22:04:42Z2008-09-04T22:04:42Z<p>I like <a href="http://iwantsandy.com" rel="nofollow">I want Sandy</a> as a tickler; I've been playing with <a href="http://www.rousette.org.uk/projects/" rel="nofollow">Tracks</a> for the rest of GTD, but am not really happy yet.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/44897#448970Answer by Apocalisp for What is your _single_ favorite GTD tool?Apocalisp2008-09-04T22:24:16Z2008-09-04T22:24:16Z<p>I use a combination of <a href="http://www.vim.org/scripts/script.php?script_id=861" rel="nofollow">viki</a> and <a href="http://www.vimoutliner.org/" rel="nofollow">vimoutliner</a>. I haven't found a great calendar, but it's Google Calendar at the moment. I use a different Google Calendar as a tickler file.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/44904#4490411Answer by Doug R for What is your _single_ favorite GTD tool?Doug R2008-09-04T22:34:21Z2008-09-04T22:34:21Z<p>A small notebook and a pen. I use a small Moleskine. Easy to throw in a backpack, or even a pocket. It's the ultimate flexible tool. </p>
<ul>
<li>To-Do lists? Check</li>
<li>Notes? Check</li>
<li>Mind mapping? Check</li>
<li>Portable? Check</li>
<li>Available offline? Check</li>
</ul>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/44931#449310Answer by ila for What is your _single_ favorite GTD tool?ila2008-09-04T22:56:43Z2008-09-04T22:56:43Z<p>I also use Outlook / Onenote (desk and mobile) like @<a href="#10078" rel="nofollow">Andreas H.R. Nilsson</a></p>
<p>This <a href="http://www.blog.7breaths.co.uk/2007/08/managing-time-and-projects-with-outlook.html" rel="nofollow">link</a> and <a href="http://www.blog.7breaths.co.uk/2007/06/gtd-with-onenote-collected-links.html" rel="nofollow">also this</a> can show some ways to better use those tools to better GTD :-)</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/44960#449600Answer by dan_g for What is your _single_ favorite GTD tool?dan_g2008-09-04T23:24:06Z2008-09-04T23:24:06Z<p>Hi All</p>
<p>I've spent the last 5 years writing and supporting the freeware Windows task manager <strong>ToDoList</strong>. It supports hierachical task structures and exports/imports to/from a wide variety of other formats. It also runs happily off a thumbdrive and can also be coerced to <a href="http://abstractspoon.pbwiki.com/Running+ToDoList+on+Linux+under+Wine" rel="nofollow">running on Linux under Wine</a>.</p>
<p>Check it out <a href="http://www.codeproject.com/KB/applications/todolist2.aspx" rel="nofollow">Here</a> or <a href="http://www.abstractspoon.com/tdl_resources.html" rel="nofollow">Here</a>.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/44988#449880Answer by Kevin for What is your _single_ favorite GTD tool?Kevin2008-09-04T23:48:05Z2008-09-04T23:48:05Z<p>I use outlook with the <a href="http://gtdsupport.netcentrics.com/buy/" rel="nofollow">GTD plugin</a></p>
<p>Works really well to connect the inbox with notes and calendar, and everything syncs up well with my Palm device (currently a Centro.)</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/48941#489414Answer by Mark Nold for What is your _single_ favorite GTD tool?Mark Nold2008-09-08T00:47:32Z2008-09-08T00:47:32Z<p>I agree with the small notebook concept; Moleskin, spiral bound.. whatever.. i actually use graph paper so it looks funky when i draw things on it. Every other GTD / ToDo tool seems like yet another form of procrastination.</p>
<p>The more time you spend in these tools, the less time you have to <a href="http://www.43folders.com/howto" rel="nofollow" title="paraphrasing Merlin Mann">make something awesome</a>. </p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/49022#490221Answer by Bob Nadler for What is your _single_ favorite GTD tool?Bob Nadler2008-09-08T02:12:23Z2008-09-08T02:12:23Z<p>I use <a href="http://monkeygtd.tiddlyspot.com/#MonkeyGTD" rel="nofollow">MonkeyGTD</a> Alpha 3.0. It can easily be put on a thumb drive or used on-line from anywhere via <a href="http://tiddlyspot.com/" rel="nofollow">Tiddlyspot</a>. </p>
<p>MonkeyGTD is labeled as an Alpha, but it's gotten very stable over the last few months. I use it with Firefox and have not had any problems. In addition to the GTD structure, the <a href="http://www.tiddlywiki.com/" rel="nofollow">TiddlyWiki</a> functionality is a natural way to squirrel away useful information that's easily found later with the built-in search.</p>
<p>There is a learning curve, but once over it, you get hooked.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/49072#490720Answer by MachinationX for What is your _single_ favorite GTD tool?MachinationX2008-09-08T02:50:43Z2008-09-08T02:50:43Z<p>I use Remember the Milk along with the <a href="http://www.rememberthemilk.com/services/googlecalendar/" rel="nofollow">RTM Plugin</a> for Google Calendar.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/49464#494642Answer by Charles Roper for What is your _single_ favorite GTD tool?Charles Roper2008-09-08T11:00:02Z2008-09-08T11:00:02Z<h2><a href="http://www.mylifeorganized.net/products/my-life-organized/how-it-works.htm" rel="nofollow">MyLife Organized</a></h2>
<p><strong>I find <em>MyLife Organized</em> to be the perfect GTD companion</strong>. It is flexible enough to accommodate other systems too, not just GTD. The author is often adding new features and developing it further, so it's constantly getting better and better. The latest feature of note is dependencies, so certain tasks will only appear in your to-do list once others have been completed.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/60264#602644Answer by pythonquick for What is your _single_ favorite GTD tool?pythonquick2008-09-13T02:13:40Z2008-09-13T02:13:40Z<p>I would recommend <a href="http://www.toodledo.com" rel="nofollow">Toodledo</a>, as it has everything a good GTD system needs, and more:</p>
<ul>
<li>Next items</li>
<li>Unlimited contexts</li>
<li>Unlimited folders (projects)</li>
<li>Tasks for your next actions</li>
<li>Calendar</li>
<li>Notebook entries</li>
<li>Goal management</li>
<li>Customizable booklet printout of next tasks</li>
<li>iCal integration (e.g. for showing scheduled tasks in MS Outlook / Google Calendar)</li>
<li>Jott integration</li>
<li>Google gadget available</li>
<li>File upload (up to 1GB)</li>
</ul>
<p>With the exception of file upload, all the above is available with the free version of Toodledo! For the "Pro Plus" version, you'll get SSL connection, file upload (1 GB) and a few other cool features such as "Goal Progress" and "Scheduler". With Scheduler, you enter how much time you have right now, and Toodledo will present an optimized To-Do list that fits the available time.</p>
<p>Toodledo is highly customizable in terms of displayed fields, and screen layout. You can even create and save you own filtered views of next actions.</p>
<p>Other GTD systems (e.g. <a href="http://www.nozbe.com" rel="nofollow">Nozbe</a> or <a href="http://www.vitalist.com" rel="nofollow">VitaList</a>) offer free editions that are very limited. I'm still using the free edition of Toodledo - you can actually implement a solid GTD system with this. I do plan on upgrading to the "Pro Plus" version soon though ($29.95/year). You can try out the "Pro Plus" version for a 7 day period.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/60303#603030Answer by Ben for What is your _single_ favorite GTD tool?Ben2008-09-13T03:31:28Z2008-09-13T03:31:28Z<p>I use index cards held together with a binder clip. I keep the cards and a pen in my pocket with my keys (no screen to worry about). It's always in within reach, and I never need to sync, find a wifi point, or charge batteries.</p>
<p>I use a card for each context / project / list. When I've filled a card, I copy the pending tasks to a new card and rip up the old one before throwing it away. It's surprisingly gratifying in a way that checkboxes on a web form just can't match :).</p>
<p>Keep plenty of extra index cards to take notes (capture) and process the cards when you get back home / to the office / wherever. You can also write a phone number on a card and hand it to someone, scribble a message and pass it to a coworker during a meeting, etc.</p>
<p>For more ideas:</p>
<p><a href="http://en.wikipedia.org/wiki/Hipster_PDA" rel="nofollow">Hipster PDA on Wikipedia</a></p>
<p><a href="http://www.43folders.com/2004/09/03/introducing-the-hipster-pda" rel="nofollow">Hipster PDA on 43 Folders</a></p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/60307#603072Answer by Niall Ryan for What is your _single_ favorite GTD tool?Niall Ryan2008-09-13T03:36:51Z2008-09-13T03:36:51Z<p>I used to use <a href="http://www.gtdinbox.com/" rel="nofollow">GTD Inbox</a>, a Firefox plugin which adds GTD features to Gmail.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/61174#611743Answer by ila for What is your _single_ favorite GTD tool?ila2008-09-14T07:04:19Z2008-09-14T07:04:19Z<p>I found this little, minimalistic, but helpful, tool: <a href="http://timesnapper.com/NextAction/" rel="nofollow">NextAction</a>, from TimeSnapper's <a href="http://beta.stackoverflow.com/users/241/secretgeek" rel="nofollow">Leon Bambrick</a>.</p>
<p>It can be useful in tracking on-the-fly notes, try it. Freeware.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/61184#611844Answer by Dave Beer for What is your _single_ favorite GTD tool?Dave Beer2008-09-14T07:29:03Z2008-09-14T07:29:03Z<p><a href="http://todoist.com/" rel="nofollow" title="Todoist">Todoist</a> is an incredibly flexible todo list. I've also struggled with taking GTD on the move with me. At the computer, fine... I've got it licked. But when out and about, I still struggle.</p>
<p>I almost always have my moleskine notebook with me, but I can't seem to transfer my GTD onto paper. So I tend to use notes in my mobile and just 're-sync' when I get back to the PC. So like you, Vinent, I'm still looking for the ideal solution.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/63535#635350Answer by ben for What is your _single_ favorite GTD tool?ben2008-09-15T14:44:13Z2008-09-15T14:44:13Z<p><a href="http://www.tadalist.com/" rel="nofollow">http://www.tadalist.com/</a></p>
<p>Works from the iPhone or the Web for simple lists.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/79609#796090Answer by William for What is your _single_ favorite GTD tool?William2008-09-17T03:21:21Z2008-09-17T03:21:21Z<p>I have been using <a href="http://www.jello-dashboard.net/" rel="nofollow">Jello Dashboard</a> with Outlook 2007. Simple and sync nicely with Exchange server and my windows mobile.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/79627#796270Answer by jfm3 for What is your _single_ favorite GTD tool?jfm32008-09-17T03:24:22Z2008-09-17T03:24:22Z<p>Emacs with <a href="http://orgmode.org/" rel="nofollow">Org mode</a>.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/90604#906040Answer by Wry Meanders for What is your _single_ favorite GTD tool?Wry Meanders2008-09-18T06:56:32Z2008-09-18T06:56:32Z<p>I've been using my Palm IIIxe PDA for ToDo lists for a while now. I have the Palm Desktop app open all the time and basically use the task list as my trusted repository as advised by the <strong>GTD</strong> method. I'm still a long way from being 100% <strong>GTD</strong> compliant, but at least this allows me to capture everything.</p>
<p>Makes it easy to sync between my work desktop, the PDA and my home machine. If I'm away from my desk I can still easily enter information.</p>
<p>I'm still a bit wary of web based systems since I can never guarantee I'll be on line when a good idea strikes and I need to add it to the list.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/127356#1273560Answer by kitsune for What is your _single_ favorite GTD tool?kitsune2008-09-24T14:08:42Z2008-09-24T14:08:42Z<p>This is entirely subjective, but all <em>I</em> need is a <a href="http://www.moleskine.com/index_eng.php" rel="nofollow">moleskine</a>:</p>
<p><img src="http://farm1.static.flickr.com/15/22831625_275c0af275.jpg?v=0" alt="alt text" /></p>
<p>It's overpriced, but it rules. Good build quality.</p>
<p><img src="http://berndroethlingshoefer.typepad.com/photos/uncategorized/moleskine.jpg" alt="alt text" /></p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/139823#1398230Answer by Juve for What is your _single_ favorite GTD tool?Juve2008-09-26T14:20:48Z2008-09-26T14:20:48Z<p>I use <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" rel="nofollow">Freemind</a> for many of my information management tasks. My company also uses the typical outlook + exchange server architecture, which works quite well for me. I also use the smart bookmarks and tagging features of the new Firefox (3.x) and its intelligent address bar instead of traditional bookmarking. I hate sorting things in folders,i love search. </p>
<p>I use Freemind to:</p>
<ul>
<li>write meeting minutes</li>
<li>sketch ideas</li>
<li>summarize papers</li>
<li>scaffold documents</li>
<li>store passwords (you can even encrypt branches!)</li>
<li>manage action items (tasks)</li>
</ul>
<p>You can link mindmaps together very easily and you can easily link to other documents. Before i converted to Freemind i used a Wiki (TiddlyWiki) as information management. But Freemind is better suited for personal use.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/139857#1398571Answer by Epaga for What is your _single_ favorite GTD tool?Epaga2008-09-26T14:25:20Z2008-09-26T14:25:20Z<p>Wow! This whole list and no one has mentioned <a href="http://www.tudumo.com" rel="nofollow">Tudumo</a>? I've tried nearly all of the above and have stuck with <a href="http://www.tudumo.com" rel="nofollow">Tudumo</a>. Very keyboard friendly, quick, and yet powerful with contexts, tags, etc.</p>
<p>Bonus hint: Put it on your <a href="http://getdropbox.com" rel="nofollow">DropBox</a> and you're in for synch'ed GTD goodness.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/162280#1622800Answer by Abyss Knight for What is your _single_ favorite GTD tool?Abyss Knight2008-10-02T13:32:12Z2008-10-02T13:32:12Z<p>Wow, I feel archaic in comparison. I use notepad and notepad++ to keep track of my todo lists. For stuff at home, I used to use something ala notepad but with special formatting for GTD. I believe it was called TaskPaper. Very simple app, but works well.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/182302#1823020Answer by Željko Filipin for What is your _single_ favorite GTD tool?Željko Filipin2008-10-08T11:43:35Z2008-10-08T11:43:35Z<p>Recently I started using Gmail for all my notes. Just send mail to yourself and write in subject what you need to do. If there is a lot of text, add it to mail body. Then you can label it for different contexts (work, home, today, later...). Works great so far.</p>
http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/182315#1823151Answer by Horst Gutmann for What is your _single_ favorite GTD tool?Horst Gutmann2008-10-08T11:47:21Z2008-10-08T11:47:21Z<p>I personally use OmniFocus on my Mac as well as its mobile version on an iPod Touch. This way I always have a GTD-system around that I can easily sync. If want to draw something (graph, mindmap etc.) and I'm at my laptop, I use OmniGraffle and on the go I use a Moleskin notebook. So far this combination works quite nicely for me.</p>