<?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>Martin Ström &#187; things-rb</title>
	<atom:link href="http://my-domain.se/tag/things-rb/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-domain.se</link>
	<description></description>
	<lastBuildDate>Fri, 10 Sep 2010 12:06:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Push notifications for Things Touch (iPhone/iOS) using Prowl</title>
		<link>http://my-domain.se/push-notifications-for-things-touch-iphone-ios/</link>
		<comments>http://my-domain.se/push-notifications-for-things-touch-iphone-ios/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 09:25:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[prowl]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[things]]></category>
		<category><![CDATA[things-rb]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=387</guid>
		<description><![CDATA[While waiting for Things Touch to officially support push notifications I hacked my own solution based on Prowl and my own Ruby library for Things, things-rb. Installation I&#8217;ve setup Dropbox to share my Things database betweeen my laptop and a computer at home which is always online. Buy and install Prowl on your iOS device. [...]]]></description>
			<content:encoded><![CDATA[<p>While waiting for <a href="http://culturedcode.com/things/iphone/">Things Touch</a> to officially support push notifications I hacked my own solution based on <a href="http://prowl.weks.net/">Prowl</a> and my own Ruby library for Things, <a href="http://github.com/haraldmartin/things-rb">things-rb</a>.</p>

<h2>Installation</h2>

<ol>
<li><p>I&#8217;ve setup <a href="https://www.dropbox.com/referrals/NTI3MjE1OQ">Dropbox</a> to share my Things database betweeen my laptop and a computer at home which is always online.</p></li>
<li><p>Buy and install <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=320876271">Prowl</a> on your iOS device.</p></li>
<li><p>On the home computer/server, install things-rb:</p>

<p><code>$ (sudo) gem update --system # if you're on an older RubyGems version</code><br />
<code>$ (sudo) gem install things-rb</code></p></li>
<li><p>..and the prowl gem to talk to the Prowl API</p>

<p><code>$ (sudo) gem install prowl</code></p></li>
<li><p>Save this file somewhere (like <code>~/bin/prowl_things.rb</code>)</p>

<script src="http://gist.github.com/458424.js"></script></li>
<li><p>Setup a cronjob to run the script as often as you&#8217;d like. Mine runs every weekday at 8:45 am.</p>

<p><code>45     8      *       *      1-5     /usr/bin/ruby /Users/me/bin/prowl_things.rb</code></p></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/push-notifications-for-things-touch-iphone-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>things-rb—command line tool and Ruby library for Things.app</title>
		<link>http://my-domain.se/things-rb-command-line-tool-and-ruby-library-for-thingsapp/</link>
		<comments>http://my-domain.se/things-rb-command-line-tool-and-ruby-library-for-thingsapp/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 18:47:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[things-rb]]></category>
		<category><![CDATA[things.app]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/?p=204</guid>
		<description><![CDATA[I wanted to display my ToDos from Things on the Desktop using GeekTool so I created a command line tool in Ruby (backed by a library) to access the database. This way you can see what needs to be done but without switching (or even launching Things) It&#8217;s in a pretty early state right now [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.skitch.com/20090323-xacfsghrsi7p6yjt1x2fnse8ek.jpg" alt="Things + GeekTool" /></p>

<p>I wanted to display my ToDos from <a href="http://culturedcode.com/things/">Things</a> on the Desktop using <a href="http://projects.tynsoe.org/en/geektool/">GeekTool</a> so I created a command line tool in Ruby (backed by a library) to access the database.</p>

<p>This way you can see what needs to be done but without switching (or even launching Things)</p>

<p>It&#8217;s in a pretty early state right now and probably has bugs but I&#8217;ve been using it for some days now without problems.
I&#8217;m planning to add write-support as well (so you can create tasks from the command line if Things isn&#8217;t running) but right now it&#8217;s read-only.</p>

<p>For more information, check out the <a href="http://github.com/haraldmartin/things-rb">README file and source on GitHub</a> or <a href="http://culturedcode.com/things/forums/read.php?3,23671">this thread</a> on the Things&#8217; forum</p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/things-rb-command-line-tool-and-ruby-library-for-thingsapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
