<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Simple command line todo&#160;list</title>
	<atom:link href="http://www.web2media.net/laktek/2008/08/28/simple-command-line-todo-list-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web2media.net/laktek/2008/08/28/simple-command-line-todo-list-manager/</link>
	<description>A Sri Lankan, A Rubyist and A Web Dude</description>
	<lastBuildDate>Tue, 27 Jul 2010 06:56:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Doneyet: an ncurses todo list &#171; urukrama&#8217;s weblog</title>
		<link>http://www.web2media.net/laktek/2008/08/28/simple-command-line-todo-list-manager/comment-page-1/#comment-25196</link>
		<dc:creator>Doneyet: an ncurses todo list &#171; urukrama&#8217;s weblog</dc:creator>
		<pubDate>Tue, 03 Feb 2009 12:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=84#comment-25196</guid>
		<description>[...] Todo.txt, beautifully simple as it is, wasn&#8217;t quite what I wanted, and neither were td, lakTEK, or iKog. Applications like calcurse, on the other hand, had what I wanted, but offered much more [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Todo.txt, beautifully simple as it is, wasn&#8217;t quite what I wanted, and neither were td, lakTEK, or iKog. Applications like calcurse, on the other hand, had what I wanted, but offered much more [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LakTEK &#187; Blog Archive &#187; I want to be a Ruby Hacker&#8230;</title>
		<link>http://www.web2media.net/laktek/2008/08/28/simple-command-line-todo-list-manager/comment-page-1/#comment-21980</link>
		<dc:creator>LakTEK &#187; Blog Archive &#187; I want to be a Ruby Hacker&#8230;</dc:creator>
		<pubDate>Fri, 21 Nov 2008 11:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=84#comment-21980</guid>
		<description>[...] blindly following some tutorial someone has written, try to solve one of the problems you have (such as simple todo list) and try to grasp the concepts during the [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] blindly following some tutorial someone has written, try to solve one of the problems you have (such as simple todo list) and try to grasp the concepts during the [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soleone</title>
		<link>http://www.web2media.net/laktek/2008/08/28/simple-command-line-todo-list-manager/comment-page-1/#comment-18997</link>
		<dc:creator>Soleone</dc:creator>
		<pubDate>Fri, 29 Aug 2008 02:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=84#comment-18997</guid>
		<description>Nice and simple!

It would be cool, if there was a small rails (or merb or whatever) server which would store the tasks globally for a user. So that I also can view/edit the tasks from another pc or even through a simple web interface.</description>
		<content:encoded><![CDATA[<p>Nice and simple!</p>
<p>It would be cool, if there was a small rails (or merb or whatever) server which would store the tasks globally for a user. So that I also can view/edit the tasks from another pc or even through a simple web interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Lloyd</title>
		<link>http://www.web2media.net/laktek/2008/08/28/simple-command-line-todo-list-manager/comment-page-1/#comment-18984</link>
		<dc:creator>Chris Lloyd</dc:creator>
		<pubDate>Thu, 28 Aug 2008 12:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=84#comment-18984</guid>
		<description>I was thinking about this the other day. A cool DSL for todos could be:

  to do &#124;task&#124;
    task.description &quot;Yayz&quot;
    task.priority :high
    task.due 1.day.from_now
  end

Huzzah!</description>
		<content:encoded><![CDATA[<p>I was thinking about this the other day. A cool DSL for todos could be:</p>
<p>  to do |task|<br />
    task.description &#8220;Yayz&#8221;<br />
    task.priority :high<br />
    task.due 1.day.from_now<br />
  end</p>
<p>Huzzah!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaveen</title>
		<link>http://www.web2media.net/laktek/2008/08/28/simple-command-line-todo-list-manager/comment-page-1/#comment-18973</link>
		<dc:creator>Gaveen</dc:creator>
		<pubDate>Thu, 28 Aug 2008 04:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=84#comment-18973</guid>
		<description>It&#039;s nice and simple. Choosing YAML format was a great call, I think. 

Since all I need to run todo is a Ruby installation including the RubyGems system, it&#039;s very convenient for me to use.</description>
		<content:encoded><![CDATA[<p>It&#8217;s nice and simple. Choosing YAML format was a great call, I think. </p>
<p>Since all I need to run todo is a Ruby installation including the RubyGems system, it&#8217;s very convenient for me to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yasith</title>
		<link>http://www.web2media.net/laktek/2008/08/28/simple-command-line-todo-list-manager/comment-page-1/#comment-18972</link>
		<dc:creator>yasith</dc:creator>
		<pubDate>Thu, 28 Aug 2008 04:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=84#comment-18972</guid>
		<description>looks simple enough... gonna give it a try :)
cheers!</description>
		<content:encoded><![CDATA[<p>looks simple enough&#8230; gonna give it a try :)<br />
cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
