<?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: Open a file from Terminal with Coda</title>
	<atom:link href="http://cdevroe.com/links/terminal-coda/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdevroe.com/links/terminal-coda/</link>
	<description>by Colin Devroe</description>
	<lastBuildDate>Thu, 05 Jan 2012 13:48:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Colin Devroe</title>
		<link>http://cdevroe.com/links/terminal-coda/#comment-425252</link>
		<dc:creator>Colin Devroe</dc:creator>
		<pubDate>Thu, 22 Jul 2010 15:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=3303#comment-425252</guid>
		<description>Thanks Gregory. (There you go Emerson)</description>
		<content:encoded><![CDATA[<p>Thanks Gregory. (There you go Emerson)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory</title>
		<link>http://cdevroe.com/links/terminal-coda/#comment-425173</link>
		<dc:creator>gregory</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=3303#comment-425173</guid>
		<description>#! /bin/bash 
if [ &quot;$1&quot; = &quot;&quot; ]; then
	echo &quot;Please specify a file to open or create&quot;
	exit 0
else
	for ARG in $*
		do
    	            touch -a $ARG &amp;&amp; open -a Coda $ARG 
		done
	exit 0
fi

## usage
$: coda myFileToOpenOrCreate
$: coda *.txt</description>
		<content:encoded><![CDATA[<p>#! /bin/bash<br />
if [ "$1" = "" ]; then<br />
	echo &#8220;Please specify a file to open or create&#8221;<br />
	exit 0<br />
else<br />
	for ARG in $*<br />
		do<br />
    	            touch -a $ARG &amp;&amp; open -a Coda $ARG<br />
		done<br />
	exit 0<br />
fi</p>
<p>## usage<br />
$: coda myFileToOpenOrCreate<br />
$: coda *.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Devroe</title>
		<link>http://cdevroe.com/links/terminal-coda/#comment-425171</link>
		<dc:creator>Colin Devroe</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=3303#comment-425171</guid>
		<description>Emerson: I don&#039;t have it any longer. However, I am going to email Gregory this comment and ask that he paste it below.</description>
		<content:encoded><![CDATA[<p>Emerson: I don&#8217;t have it any longer. However, I am going to email Gregory this comment and ask that he paste it below.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emerson Lackey</title>
		<link>http://cdevroe.com/links/terminal-coda/#comment-425159</link>
		<dc:creator>Emerson Lackey</dc:creator>
		<pubDate>Wed, 21 Jul 2010 14:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=3303#comment-425159</guid>
		<description>I use textmate myself, but have a buddy who is a Coda die hard... was looking for a bash script that allowed the &quot;coda .&quot; command and found your site. Trouble is, that link is broken...

Anyway you could post the bash script up yourself?</description>
		<content:encoded><![CDATA[<p>I use textmate myself, but have a buddy who is a Coda die hard&#8230; was looking for a bash script that allowed the &#8220;coda .&#8221; command and found your site. Trouble is, that link is broken&#8230;</p>
<p>Anyway you could post the bash script up yourself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory tomlinson</title>
		<link>http://cdevroe.com/links/terminal-coda/#comment-358559</link>
		<dc:creator>gregory tomlinson</dc:creator>
		<pubDate>Thu, 24 Dec 2009 19:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=3303#comment-358559</guid>
		<description>coda .</description>
		<content:encoded><![CDATA[<p>coda .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Devroe</title>
		<link>http://cdevroe.com/links/terminal-coda/#comment-357969</link>
		<dc:creator>Colin Devroe</dc:creator>
		<pubDate>Sun, 20 Dec 2009 03:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=3303#comment-357969</guid>
		<description>No error. How do you do it?</description>
		<content:encoded><![CDATA[<p>No error. How do you do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory tomlinson</title>
		<link>http://cdevroe.com/links/terminal-coda/#comment-357901</link>
		<dc:creator>gregory tomlinson</dc:creator>
		<pubDate>Sat, 19 Dec 2009 21:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=3303#comment-357901</guid>
		<description>HI Colin

I am actually able to open directories with that script into Coda. If you are getting a specific error, please let me know.

thanks
-gregory</description>
		<content:encoded><![CDATA[<p>HI Colin</p>
<p>I am actually able to open directories with that script into Coda. If you are getting a specific error, please let me know.</p>
<p>thanks<br />
-gregory</p>
]]></content:encoded>
	</item>
</channel>
</rss>

