<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Richard A. Johnson &#187; GTD</title> <atom:link href="http://www.nixternal.com/tag/gtd/feed/" rel="self" type="application/rss+xml" /><link>http://www.nixternal.com</link> <description>Open Source Developer, Advocate,  Author, and Consultant</description> <lastBuildDate>Wed, 16 May 2012 15:27:07 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Mark E-mails in Mutt as Tasks in Taskwarrior</title><link>http://www.nixternal.com/mark-e-mails-in-mutt-as-tasks-in-taskwarrior/</link> <comments>http://www.nixternal.com/mark-e-mails-in-mutt-as-tasks-in-taskwarrior/#comments</comments> <pubDate>Tue, 26 Jan 2010 05:12:29 +0000</pubDate> <dc:creator>Richard A. Johnson</dc:creator> <category><![CDATA[Application]]></category> <category><![CDATA[GTD]]></category> <category><![CDATA[Tutorial]]></category> <guid
isPermaLink="false">http://blog.nixternal.com/?p=737</guid> <description><![CDATA[<p>OK, so I think most people know that I have grown quite fond of Taskwarrior for managing my Getting Things Done stuff. Many of you might also know that Mutt is my e-mail client of choice, for the past 15 years. Recently you saw a post on Planet Ubuntu by the rockstar Bryce Harrington concerning [...]</p><p><a
href="http://www.nixternal.com/mark-e-mails-in-mutt-as-tasks-in-taskwarrior/">Mark E-mails in Mutt as Tasks in Taskwarrior</a> is a post from <a
href="http://www.nixternal.com/about/">Richard A. Johnson</a>'s <a
href="http://www.nixternal.com/blog/">blog</a>.</p>]]></description> <content:encoded><![CDATA[<p>OK, so I think most people know that I have grown quite fond of <a
href="http://taskwarrior.org/">Taskwarrior</a> for managing my Getting Things Done stuff. Many of you might also know that <a
href="http://www.mutt.org/">Mutt</a> is my e-mail client of choice, for the past 15 years. Recently you saw a post on <a
href="http://planet.ubuntu.com/">Planet Ubuntu</a> by the rockstar <a
href="http://www2.bryceharrington.org:8080/drupal/taxonomy/term/2/0">Bryce Harrington</a> concerning <a
href="http://www2.bryceharrington.org:8080/drupal/gtg-mutt">Mark emails in mutt as tasks in gtg</a>. Well, I have had something similar, actually pretty much the same damn thing, just with a different GTD application. So without further ado, here is what you need to do in order to mark an email in mutt as a task in taskwarrior.</p><p><strong>Setup Mutt Macro</strong></p><div
class="wp-geshi-highlight-wrap5"><div
class="wp-geshi-highlight-wrap4"><div
class="wp-geshi-highlight-wrap3"><div
class="wp-geshi-highlight-wrap2"><div
class="wp-geshi-highlight-wrap"><div
class="wp-geshi-highlight"><div
class="bash"><pre class="de1">macro index t <span class="st0">&quot;&lt;pipe-message&gt;mutt2task&lt;enter&gt; &lt;save-message&gt;+TODO&lt;enter&gt;&quot;</span></pre></div></div></div></div></div></div></div><p>What this does is set the <em>t</em> key, while in the index of mutt, as a macro. The macro pipes the email message to a script I wrote that strips the header from the message and adds that as a task. The <em>save-message</em> part saves the email to my TODO folder.</p><p><strong>Setup Mutt2Task Script</strong></p><div
class="wp-geshi-highlight-wrap5"><div
class="wp-geshi-highlight-wrap4"><div
class="wp-geshi-highlight-wrap3"><div
class="wp-geshi-highlight-wrap2"><div
class="wp-geshi-highlight-wrap"><div
class="wp-geshi-highlight"><div
class="bash"><pre class="de1"><span class="co0">#!/bin/sh</span>
<span class="sy0">/</span>usr<span class="sy0">/</span>bin<span class="sy0">/</span>task add +email E-mail: $<span class="br0">&#40;</span><span class="kw2">grep</span> <span class="st_h">'Subject'</span> <span class="re4">$*</span> <span class="sy0">|</span> <span class="kw2">awk</span> -F: <span class="st_h">'{print $2}'</span><span class="br0">&#41;</span></pre></div></div></div></div></div></div></div><p>What this does is call the command <em>task add</em> which adds a new task. The <em>+email</em> tags the task, and the <em>E-mail: $(grep &#8216;Subject&#8217; $* | awk -F: &#8216;{print $2}&#8217;)</em> greps the Subject line and then prints the part after <em>Subject:</em> from the email, therefor just giving me the subject text. Make sure you place this script somewhere in $PATH and make it executable.</p><p>Make sure you add a TODO message folder in your mutt configuration so you can see the TODO messages.</p><p><a
href="http://www.nixternal.com/mark-e-mails-in-mutt-as-tasks-in-taskwarrior/">Mark E-mails in Mutt as Tasks in Taskwarrior</a> is a post from <a
href="http://www.nixternal.com/about/">Richard A. Johnson</a>'s <a
href="http://www.nixternal.com/blog/">blog</a>.</p>]]></content:encoded> <wfw:commentRss>http://www.nixternal.com/mark-e-mails-in-mutt-as-tasks-in-taskwarrior/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Getting Things Done</title><link>http://www.nixternal.com/getting-things-done/</link> <comments>http://www.nixternal.com/getting-things-done/#comments</comments> <pubDate>Fri, 25 Sep 2009 05:09:31 +0000</pubDate> <dc:creator>Richard A. Johnson</dc:creator> <category><![CDATA[Personal]]></category> <category><![CDATA[Dear Lazyweb]]></category> <category><![CDATA[GTD]]></category> <guid
isPermaLink="false">http://blog.nixternal.com/?p=647</guid> <description><![CDATA[<p>These days I seem to be getting busier and busier, however where I am getting busier and busier is not all in the same spot. I have the various projects I work in (Ubuntu, Kubuntu, KDE), consulting type stuff, my new cycling life, and various others. For the past few months I have been trying [...]</p><p><a
href="http://www.nixternal.com/getting-things-done/">Getting Things Done</a> is a post from <a
href="http://www.nixternal.com/about/">Richard A. Johnson</a>'s <a
href="http://www.nixternal.com/blog/">blog</a>.</p>]]></description> <content:encoded><![CDATA[<p>These days I seem to be getting busier and busier, however where I am getting busier and busier is not all in the same spot. I have the various projects I work in (Ubuntu, Kubuntu, KDE), consulting type stuff, my new cycling life, and various others. For the past few months I have been trying to get things done, and it just doesn&#8217;t seem to work for me. I have tried tool after tool, and none of them are my cup of tea at this point. The ones I have tried are:</p><ul><li>Tomboy</li><li>todo.sh</li><li>Tracks</li><li>Remember The Milk</li><li>Basket (there is a KDE 4 version coming which is kind of nice)</li><li>and various others&#8230;</li></ul><p>Which one do you use and why? Do you use an online one like Evernote or such? Tiddlywiki or derivative (if so, how do you sync it all up among multiple machines easily?). Right now, when I am sitting at my desk, my whiteboard is my favorite way to keeping track of things, however I am not always at my desk. I have a bunch of machines, all running Linux of course with most running KDE (GNOME and Xmonad are the others). I have a Blackberry Curve that I use a lot as well. Any pointers? Thanks!</p><p><a
href="http://www.nixternal.com/getting-things-done/">Getting Things Done</a> is a post from <a
href="http://www.nixternal.com/about/">Richard A. Johnson</a>'s <a
href="http://www.nixternal.com/blog/">blog</a>.</p>]]></content:encoded> <wfw:commentRss>http://www.nixternal.com/getting-things-done/feed/</wfw:commentRss> <slash:comments>24</slash:comments> </item> <item><title>Remember The Milk Google Gadget Plasmoid</title><link>http://www.nixternal.com/remember-the-milk-google-gadget-plasmoid/</link> <comments>http://www.nixternal.com/remember-the-milk-google-gadget-plasmoid/#comments</comments> <pubDate>Sun, 22 Mar 2009 06:17:15 +0000</pubDate> <dc:creator>Richard A. Johnson</dc:creator> <category><![CDATA[Application]]></category> <category><![CDATA[GTD]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[Kubuntu]]></category> <guid
isPermaLink="false">http://blog.nixternal.com/?p=487</guid> <description><![CDATA[<p>Just wanted to drop a quick post about a really quick coding project (ie. 5 minutes) to incorporate a very simple Remember The Milk plasmoid for KDE 4.2.x. I utilized the Google Gadget GTalk code and just very easily implemented the RTM gadget. It works well, it just doesn&#8217;t have all of the functionality of [...]</p><p><a
href="http://www.nixternal.com/remember-the-milk-google-gadget-plasmoid/">Remember The Milk Google Gadget Plasmoid</a> is a post from <a
href="http://www.nixternal.com/about/">Richard A. Johnson</a>'s <a
href="http://www.nixternal.com/blog/">blog</a>.</p>]]></description> <content:encoded><![CDATA[<p>Just wanted to drop a quick post about a really quick coding project (ie. 5 minutes) to incorporate a very simple Remember The Milk plasmoid for KDE 4.2.x. I utilized the Google Gadget GTalk code and just very easily implemented the RTM gadget. It works well, it just doesn&#8217;t have all of the functionality of other RTM clients. There is a full-blown RTM plasmoid coming soon, but I couldn&#8217;t wait and needed something right now.</p><p>So if you are interested in using it, you can get the tarball over at <a
href="http://www.kde-look.org/content/show.php/Remember+The+Milk+Google+Gadget+Plasmoid?content=101426">KDE-Look.org</a>, or if you need Kubuntu installs, both Intrepid and Jaunty, hit up <a
href="https://edge.launchpad.net/~nixternal/+archive/ppa">my PPA</a>.</p><p><a
href="http://nixternal.com/wp-content/uploads/2009/03/rtm-plasmoid1.png"><img
src="http://nixternal.com/wp-content/uploads/2009/03/rtm-plasmoid1.png" alt="rtm-plasmoid" title="rtm-plasmoid" width="346" height="455" class="alignnone size-full wp-image-488" /></a></p><p><a
href="http://www.nixternal.com/remember-the-milk-google-gadget-plasmoid/">Remember The Milk Google Gadget Plasmoid</a> is a post from <a
href="http://www.nixternal.com/about/">Richard A. Johnson</a>'s <a
href="http://www.nixternal.com/blog/">blog</a>.</p>]]></content:encoded> <wfw:commentRss>http://www.nixternal.com/remember-the-milk-google-gadget-plasmoid/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> </channel> </rss>
