<?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: Autocomplete Grails Script Names in bash/zsh</title>
	<atom:link href="http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/</link>
	<description>Groovy, Grails and OS X tips and tricks</description>
	<lastBuildDate>Thu, 17 May 2012 00:35:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mihai</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-2670</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Mon, 10 May 2010 19:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-2670</guid>
		<description>Thanks for sharing this script!
Add this on the &#039;then ls -1 ...&#039; line:  &#124; sed -E &#039;s/_$//&#039; 
This is for replacing commands that ends with &#039;_&#039; symbol: 

$ grails create-
create-app_              create-integration-test  create-tag-lib
create-controller        create-plugin_           create-unit-test
create-domain-class      create-script            
create-filters           create-service</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this script!<br />
Add this on the &#8216;then ls -1 &#8230;&#8217; line:  | sed -E &#8216;s/_$//&#8217;<br />
This is for replacing commands that ends with &#8216;_&#8217; symbol: </p>
<p>$ grails create-<br />
create-app_              create-integration-test  create-tag-lib<br />
create-controller        create-plugin_           create-unit-test<br />
create-domain-class      create-script<br />
create-filters           create-service</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Ubuntu: Bash completion scripts go in ~/.bash_completion Like this one for grails scripts (thx -- Topsy.com</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-2669</link>
		<dc:creator>Tweets that mention Ubuntu: Bash completion scripts go in ~/.bash_completion Like this one for grails scripts (thx -- Topsy.com</dc:creator>
		<pubDate>Mon, 10 May 2010 13:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-2669</guid>
		<description>[...] This post was mentioned on Twitter by Colin Harrington. Colin Harrington said: #Ubuntu: Bash completion scripts go in ~/.bash_completion Like this one for grails scripts http://bit.ly/bvHsIs (thx @TedNaleid) [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Colin Harrington. Colin Harrington said: #Ubuntu: Bash completion scripts go in ~/.bash_completion Like this one for grails scripts <a href="http://bit.ly/bvHsIs" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/bit.ly/bvHsIs?referer=');">http://bit.ly/bvHsIs</a> (thx @TedNaleid) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grails bash completion &#171; NAzT&#39;s Blog</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-2607</link>
		<dc:creator>grails bash completion &#171; NAzT&#39;s Blog</dc:creator>
		<pubDate>Thu, 25 Mar 2010 14:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-2607</guid>
		<description>[...] ไปๆ มาๆ ก็ไปเจอที่ http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/ [...]</description>
		<content:encoded><![CDATA[<p>[...] ไปๆ มาๆ ก็ไปเจอที่ <a href="http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/" rel="nofollow">http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Updated grails autocomplete script for zsh - Ted Naleid</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-2574</link>
		<dc:creator>Updated grails autocomplete script for zsh - Ted Naleid</dc:creator>
		<pubDate>Wed, 03 Mar 2010 04:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-2574</guid>
		<description>[...] A couple of years ago, I created a grails auto-completion script for bash and zsh. [...]</description>
		<content:encoded><![CDATA[<p>[...] A couple of years ago, I created a grails auto-completion script for bash and zsh. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danai Sae-Han</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-2554</link>
		<dc:creator>Danai Sae-Han</dc:creator>
		<pubDate>Sun, 21 Feb 2010 23:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-2554</guid>
		<description>Thanks for the ZSH autocomplete code!  It helps a lot, because running &quot;grails help&quot; always takes around three seconds to load.</description>
		<content:encoded><![CDATA[<p>Thanks for the ZSH autocomplete code!  It helps a lot, because running &#8220;grails help&#8221; always takes around three seconds to load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Day At The Races &#187; Updated bash completion script for OSX and Grails 1.1 &#38; 1.2</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-2348</link>
		<dc:creator>A Day At The Races &#187; Updated bash completion script for OSX and Grails 1.1 &#38; 1.2</dc:creator>
		<pubDate>Wed, 06 Jan 2010 12:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-2348</guid>
		<description>[...] Takai wrote an excellent bash completion script (also available here, originally from Ted Naleid), which makes calling Grails commands much [...]</description>
		<content:encoded><![CDATA[<p>[...] Takai wrote an excellent bash completion script (also available here, originally from Ted Naleid), which makes calling Grails commands much [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grails Auto Complete &#171; blogo, logo penso?</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-792</link>
		<dc:creator>Grails Auto Complete &#171; blogo, logo penso?</dc:creator>
		<pubDate>Tue, 05 Aug 2008 12:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-792</guid>
		<description>[...] I thought it would be more difficult to do it, but thanks to tutorials (here and here) and the other script for completion, it was quite [...]</description>
		<content:encoded><![CDATA[<p>[...] I thought it would be more difficult to do it, but thanks to tutorials (here and here) and the other script for completion, it was quite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Scurtescu</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-15</link>
		<dc:creator>Marius Scurtescu</dc:creator>
		<pubDate>Sat, 05 Apr 2008 19:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-15</guid>
		<description>Great script Ted!

I added your script, slightly modified so it works under Linux, to an Ubuntu deb package of Grails. See the 1.0.2 Grails package:
http://code.google.com/p/ant-deb-task/downloads/list</description>
		<content:encoded><![CDATA[<p>Great script Ted!</p>
<p>I added your script, slightly modified so it works under Linux, to an Ubuntu deb package of Grails. See the 1.0.2 Grails package:<br />
<a href="http://code.google.com/p/ant-deb-task/downloads/list" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/ant-deb-task/downloads/list?referer=');">http://code.google.com/p/ant-deb-task/downloads/list</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sakuraba</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-14</link>
		<dc:creator>Sakuraba</dc:creator>
		<pubDate>Wed, 26 Mar 2008 11:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-14</guid>
		<description>THANKS!!!</description>
		<content:encoded><![CDATA[<p>THANKS!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tednaleid</title>
		<link>http://naleid.com/blog/2008/03/25/autocomplete-grails-script-names-in-bashzsh/comment-page-1/#comment-13</link>
		<dc:creator>tednaleid</dc:creator>
		<pubDate>Tue, 25 Mar 2008 14:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://tednaleid.wordpress.com/?p=10#comment-13</guid>
		<description>Nice catch Sigi!  I had tested a blank project in the zsh version without issues, but forgot to test it in the bash one.  That bug also caused output to stderr if there&#039;s a plugins directory but nothing in it.  I&#039;ve applied your fix to the code above for both situations.</description>
		<content:encoded><![CDATA[<p>Nice catch Sigi!  I had tested a blank project in the zsh version without issues, but forgot to test it in the bash one.  That bug also caused output to stderr if there&#8217;s a plugins directory but nothing in it.  I&#8217;ve applied your fix to the code above for both situations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

