<?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>Made of Bugs &#187; ratmenu</title>
	<atom:link href="http://blog.nelhage.com/tag/ratmenu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nelhage.com</link>
	<description>It's software. It's made of bugs.</description>
	<lastBuildDate>Thu, 18 Aug 2011 21:57:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>todo.pl ratmenu</title>
		<link>http://blog.nelhage.com/2008/02/todopl-ratmenu/</link>
		<comments>http://blog.nelhage.com/2008/02/todopl-ratmenu/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 03:46:00 +0000</pubDate>
		<dc:creator>nelhage</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hiveminder]]></category>
		<category><![CDATA[ratmenu]]></category>
		<category><![CDATA[todo.pl]]></category>

		<guid isPermaLink="false">http://nelhage.scripts.mit.edu/madeofbugs/?p=7</guid>
		<description><![CDATA[broder has been hacking on some better quicksilver integration for Hiveminder using todo.pl. I don&#8217;t use a mac, but I don&#8217;t see why linux users shouldn&#8217;t get fun toys to. So I hacked up the following two-liner that uses todo.pl and ratmenu to pop up a list of tasks, and mark one as completed: #!/bin/sh [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ebroder.net">broder</a> has been hacking on some better quicksilver
integration for <a href="http://hiveminder.com">Hiveminder</a> using todo.pl.</p>

<p>I don&#8217;t use a mac, but I don&#8217;t see why linux users shouldn&#8217;t get fun
toys to. So I hacked up the following two-liner that uses
<a href="http://hiveminder.com/tools">todo.pl</a> and ratmenu to pop up a list of tasks, and mark
one as completed:</p>

<pre><code>#!/bin/sh
todo.pl | perl -ne 'push @a,$2,"todo.pl done $1" if /^#([\w]+) (.+)$/;' \
               -e 'END{exec("ratmenu",@a)}'
</code></pre>

<p>I dropped it into my <code>~/bin</code> and bound it to <code>C-t x</code> in my window
manager (<a href="http://xmonad.org">XMonad</a>). I love it already.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nelhage.com/2008/02/todopl-ratmenu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

