<?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: Updated bash completion script for OSX and Grails 1.1 &amp; 1.2</title>
	<atom:link href="http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/</link>
	<description>Programming was my first love, and it will be my last.</description>
	<lastBuildDate>Mon, 26 Jul 2010 22:30:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: grails bash completion &#171; NAzT&#39;s Blog</title>
		<link>http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/comment-page-1/#comment-289</link>
		<dc:creator>grails bash completion &#171; NAzT&#39;s Blog</dc:creator>
		<pubDate>Sun, 09 May 2010 16:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=174#comment-289</guid>
		<description>[...] A Day At The Races » Updated bash completion script for OSX and &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] A Day At The Races » Updated bash completion script for OSX and &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/comment-page-1/#comment-142</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 09 Jan 2010 08:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=174#comment-142</guid>
		<description>very handy. I alias my most frequent commands but this would be very useful as well.</description>
		<content:encoded><![CDATA[<p>very handy. I alias my most frequent commands but this would be very useful as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetztgradnet</title>
		<link>http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/comment-page-1/#comment-138</link>
		<dc:creator>jetztgradnet</dc:creator>
		<pubDate>Thu, 07 Jan 2010 23:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=174#comment-138</guid>
		<description>Hi Thomas,

first of all, you don&#039;t need to add the script to the path, but you should &lt;code&gt;source&lt;/code&gt; it in your &lt;code&gt;.profile&lt;/code&gt; or &lt;code&gt;.bashrc&lt;/code&gt;, like mentioned in the post.

Before pressing tab, make sure, that there is a whitespace after the &lt;code&gt;grails&lt;/code&gt; command, so &lt;code&gt;grails&lt;/code&gt; is recognized as a (complete) command, instead of the start of a file name!</description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>first of all, you don&#8217;t need to add the script to the path, but you should <code>source</code> it in your <code>.profile</code> or <code>.bashrc</code>, like mentioned in the post.</p>
<p>Before pressing tab, make sure, that there is a whitespace after the <code>grails</code> command, so <code>grails</code> is recognized as a (complete) command, instead of the start of a file name!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/comment-page-1/#comment-136</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Thu, 07 Jan 2010 20:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=174#comment-136</guid>
		<description>&lt;a href=&quot;#comment-134&quot; rel=&quot;nofollow&quot;&gt;@jetztgradnet &lt;/a&gt; 

Thanks.  I added the script to my path--but all I get when typing grails [tab] [tab] is:

grails   grails-bash-completion.sh  grails-debug 

whether I&#039;m in a project directory or not.</description>
		<content:encoded><![CDATA[<p><a href="#comment-134" rel="nofollow">@jetztgradnet </a> </p>
<p>Thanks.  I added the script to my path&#8211;but all I get when typing grails [tab] [tab] is:</p>
<p>grails   grails-bash-completion.sh  grails-debug </p>
<p>whether I&#8217;m in a project directory or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetztgradnet</title>
		<link>http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/comment-page-1/#comment-134</link>
		<dc:creator>jetztgradnet</dc:creator>
		<pubDate>Thu, 07 Jan 2010 17:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=174#comment-134</guid>
		<description>Hi Shawn,

hm, I propably created the &lt;code&gt;bin&lt;/code&gt; directory in my home folder myself and added it to my &lt;code&gt;$PATH&lt;/code&gt; in &lt;code&gt;.bashrc&lt;/code&gt;. But you can put this script anywhere you want. The dircetory containing this script does not need to be in your &lt;code&gt;$PATH&lt;/code&gt;, just make sure you include the script in your &lt;code&gt;.bashrc&lt;/code&gt; or &lt;code&gt;.profile&lt;/code&gt; as mentionend in the blog post. </description>
		<content:encoded><![CDATA[<p>Hi Shawn,</p>
<p>hm, I propably created the <code>bin</code> directory in my home folder myself and added it to my <code>$PATH</code> in <code>.bashrc</code>. But you can put this script anywhere you want. The dircetory containing this script does not need to be in your <code>$PATH</code>, just make sure you include the script in your <code>.bashrc</code> or <code>.profile</code> as mentionend in the blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/comment-page-1/#comment-133</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Thu, 07 Jan 2010 17:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=174#comment-133</guid>
		<description>I&#039;d like use your script but am a little unclear as to how go about it (I&#039;m running Snow Leopard).  Your instructions refer to ~/bin which doesn&#039;t exist on my machine.  I can create a bin directory under my user but I&#039;m not how the script is going to be added to my path (which I normally set in my ~/.profile script</description>
		<content:encoded><![CDATA[<p>I&#8217;d like use your script but am a little unclear as to how go about it (I&#8217;m running Snow Leopard).  Your instructions refer to ~/bin which doesn&#8217;t exist on my machine.  I can create a bin directory under my user but I&#8217;m not how the script is going to be added to my path (which I normally set in my ~/.profile script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Day At The Races » Updated bash completion script for OSX and &#8230; Scripts Rss</title>
		<link>http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/comment-page-1/#comment-128</link>
		<dc:creator>A Day At The Races » Updated bash completion script for OSX and &#8230; Scripts Rss</dc:creator>
		<pubDate>Wed, 06 Jan 2010 13:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=174#comment-128</guid>
		<description>[...] posted here: A Day At The Races » Updated bash completion script for OSX and &#8230;          By admin &#124; category: directory script &#124; tags: available-commands, [...]</description>
		<content:encoded><![CDATA[<p>[...] posted here: A Day At The Races » Updated bash completion script for OSX and &#8230;          By admin | category: directory script | tags: available-commands, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention A Day At The Races » Updated bash completion script for OSX and Grails 1.1 &#38; 1.2 -- Topsy.com</title>
		<link>http://blog.jetztgrad.net/2010/01/updated-bash-completion-script-for-osx-and-grails-1-1-1-2/comment-page-1/#comment-127</link>
		<dc:creator>Tweets that mention A Day At The Races » Updated bash completion script for OSX and Grails 1.1 &#38; 1.2 -- Topsy.com</dc:creator>
		<pubDate>Wed, 06 Jan 2010 13:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=174#comment-127</guid>
		<description>[...] This post was mentioned on Twitter by Brent Baxter, jetztgradnet. jetztgradnet said: Updated bash completion script for OSX and Grails 1.1 &amp; 1.2 http://bit.ly/4xsjOb [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Brent Baxter, jetztgradnet. jetztgradnet said: Updated bash completion script for OSX and Grails 1.1 &amp; 1.2 <a href="http://bit.ly/4xsjOb" rel="nofollow">http://bit.ly/4xsjOb</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
