<?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: pear tab completion</title>
	<atom:link href="http://blogs.linux.ie/kenguest/2008/07/28/pear-tab-completion/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.linux.ie/kenguest/2008/07/28/pear-tab-completion/</link>
	<description>php, linux, pear, mysql etc etc</description>
	<lastBuildDate>Fri, 21 Oct 2011 21:08:12 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Amir Mohammad Saied</title>
		<link>http://blogs.linux.ie/kenguest/2008/07/28/pear-tab-completion/comment-page-1/#comment-170307</link>
		<dc:creator>Amir Mohammad Saied</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/?p=188#comment-170307</guid>
		<description>Thanks Ken for the post!

Well, as regards the detection of shell and the rest we just need to bundle the bash completion script in PEAR tarball, in a folder which we&#039;d put community contributed scripts, tools, docs or something else, then upon the installation Distro would decide where to place the script and activate it in case (e.g., in Gentoo bash-completion USE flag would do the trick).

And I agree with Helgi on the fact that it&#039;s totally static, right now I&#039;m not aware of any good (good as being available everywhere there&#039;s a bash and gnu core utilities) way to rapidly parse an XML file and provide different options as user touches the Tab key, though it makes things even more tricky, since we need to locate commands XML files and ..., Or another workaround could be a verbose option for &quot;pear help&quot;. Parsing it&#039;s output would be rather easy.</description>
		<content:encoded><![CDATA[<p>Thanks Ken for the post!</p>
<p>Well, as regards the detection of shell and the rest we just need to bundle the bash completion script in PEAR tarball, in a folder which we&#8217;d put community contributed scripts, tools, docs or something else, then upon the installation Distro would decide where to place the script and activate it in case (e.g., in Gentoo bash-completion USE flag would do the trick).</p>
<p>And I agree with Helgi on the fact that it&#8217;s totally static, right now I&#8217;m not aware of any good (good as being available everywhere there&#8217;s a bash and gnu core utilities) way to rapidly parse an XML file and provide different options as user touches the Tab key, though it makes things even more tricky, since we need to locate commands XML files and &#8230;, Or another workaround could be a verbose option for &#8220;pear help&#8221;. Parsing it&#8217;s output would be rather easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenguest</title>
		<link>http://blogs.linux.ie/kenguest/2008/07/28/pear-tab-completion/comment-page-1/#comment-166871</link>
		<dc:creator>kenguest</dc:creator>
		<pubDate>Tue, 29 Jul 2008 07:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/?p=188#comment-166871</guid>
		<description>That would work I suppose - either which way it&#039;s Amir&#039;s decision!</description>
		<content:encoded><![CDATA[<p>That would work I suppose &#8211; either which way it&#8217;s Amir&#8217;s decision!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cweiske</title>
		<link>http://blogs.linux.ie/kenguest/2008/07/28/pear-tab-completion/comment-page-1/#comment-166865</link>
		<dc:creator>cweiske</dc:creator>
		<pubDate>Tue, 29 Jul 2008 07:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/?p=188#comment-166865</guid>
		<description>What about an own tiny package?</description>
		<content:encoded><![CDATA[<p>What about an own tiny package?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenguest</title>
		<link>http://blogs.linux.ie/kenguest/2008/07/28/pear-tab-completion/comment-page-1/#comment-166855</link>
		<dc:creator>kenguest</dc:creator>
		<pubDate>Tue, 29 Jul 2008 07:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/?p=188#comment-166855</guid>
		<description>Helgi it could be installed to some location for users to source/use if they wish - I&#039;m not saying that the completion script should be forced on all *nix users irregardless of which shell they use for just those reasons.</description>
		<content:encoded><![CDATA[<p>Helgi it could be installed to some location for users to source/use if they wish &#8211; I&#8217;m not saying that the completion script should be forced on all *nix users irregardless of which shell they use for just those reasons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helgi Þormar Þorbjörnsson</title>
		<link>http://blogs.linux.ie/kenguest/2008/07/28/pear-tab-completion/comment-page-1/#comment-166564</link>
		<dc:creator>Helgi Þormar Þorbjörnsson</dc:creator>
		<pubDate>Mon, 28 Jul 2008 15:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/?p=188#comment-166564</guid>
		<description>Well we have no way atm that I know of to detect what shelll you are using, since it&#039;s for bash then it comes rather useless for zsh and so on.

One thing I have a bit of beef about the script is it is all static atm, I&#039;d like to see at least a script to regenerate the info from the arrays in each command class or even just the XML classes (they are all up2date, last time I checked anyway), I&#039;ll think about this and see if I can provide a solution for this that would be suitable.</description>
		<content:encoded><![CDATA[<p>Well we have no way atm that I know of to detect what shelll you are using, since it&#8217;s for bash then it comes rather useless for zsh and so on.</p>
<p>One thing I have a bit of beef about the script is it is all static atm, I&#8217;d like to see at least a script to regenerate the info from the arrays in each command class or even just the XML classes (they are all up2date, last time I checked anyway), I&#8217;ll think about this and see if I can provide a solution for this that would be suitable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
