<?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: Mashing up some GUI with your ancient command line</title>
	<atom:link href="http://almaer.com/blog/commandline2dot0/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/commandline2dot0</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gucci replica handbags</title>
		<link>http://almaer.com/blog/commandline2dot0/comment-page-1#comment-42315</link>
		<dc:creator>gucci replica handbags</dc:creator>
		<pubDate>Sun, 30 Aug 2009 02:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2515#comment-42315</guid>
		<description>great post! our blog is relatively new and we are new to blogging. therefore, we will heed and implement your advice.</description>
		<content:encoded><![CDATA[<p>great post! our blog is relatively new and we are new to blogging. therefore, we will heed and implement your advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skierpage</title>
		<link>http://almaer.com/blog/commandline2dot0/comment-page-1#comment-42200</link>
		<dc:creator>skierpage</dc:creator>
		<pubDate>Tue, 25 Aug 2009 09:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2515#comment-42200</guid>
		<description>You probably know that the bash and zsh shells are &quot;super smart&quot; enough to do smart option completion in the middle of typing a command, so you can type `wget --r` and it&#039;ll list just the options for that program that start with &#039;r&#039;.  zsh seems even smarter.

As for GUI representation of command-line options, Apple tried it with &quot;Commando&quot; in A/UX and MPW.  I wonder why UNIX/Linux never settled on a richer representation of command-line options beyond the usage() string printout so that each desktop could implement a GUI command builder.  bash&#039;s  per-command completion information is (probably) in /etc/bash_completion and zsh&#039;s is in /usr/share/zsh/functions/Completion (see zshcompsys(1)), but both are written in the shell&#039;s own programming rather than a language-independent representation of command parameters.</description>
		<content:encoded><![CDATA[<p>You probably know that the bash and zsh shells are &#8220;super smart&#8221; enough to do smart option completion in the middle of typing a command, so you can type `wget &#8211;r` and it&#8217;ll list just the options for that program that start with &#8216;r&#8217;.  zsh seems even smarter.</p>
<p>As for GUI representation of command-line options, Apple tried it with &#8220;Commando&#8221; in A/UX and MPW.  I wonder why UNIX/Linux never settled on a richer representation of command-line options beyond the usage() string printout so that each desktop could implement a GUI command builder.  bash&#8217;s  per-command completion information is (probably) in /etc/bash_completion and zsh&#8217;s is in /usr/share/zsh/functions/Completion (see zshcompsys(1)), but both are written in the shell&#8217;s own programming rather than a language-independent representation of command parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voracity</title>
		<link>http://almaer.com/blog/commandline2dot0/comment-page-1#comment-42019</link>
		<dc:creator>voracity</dc:creator>
		<pubDate>Sat, 22 Aug 2009 13:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2515#comment-42019</guid>
		<description>Incidentally, I&#039;d like to integrate BeSpin. If you could give me some pointers, that would be an immense help!</description>
		<content:encoded><![CDATA[<p>Incidentally, I&#8217;d like to integrate BeSpin. If you could give me some pointers, that would be an immense help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voracity</title>
		<link>http://almaer.com/blog/commandline2dot0/comment-page-1#comment-42018</link>
		<dc:creator>voracity</dc:creator>
		<pubDate>Sat, 22 Aug 2009 13:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2515#comment-42018</guid>
		<description>Well, I&#039;ve been working on this very thing in my (not exactly copious) spare time for the past month. I may as well put a copy up ... here it is:

http://voracity.org/Well/Well

Supports running ordinary processes, entering input, breaking, detaching/reattaching, html output from ordinary processes (send back  as first output data) or text if not a Well-aware program.

Still very alpha, of course, so user beware.</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;ve been working on this very thing in my (not exactly copious) spare time for the past month. I may as well put a copy up &#8230; here it is:</p>
<p><a href="http://voracity.org/Well/Well" rel="nofollow">http://voracity.org/Well/Well</a></p>
<p>Supports running ordinary processes, entering input, breaking, detaching/reattaching, html output from ordinary processes (send back  as first output data) or text if not a Well-aware program.</p>
<p>Still very alpha, of course, so user beware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minh Nguyễn</title>
		<link>http://almaer.com/blog/commandline2dot0/comment-page-1#comment-42017</link>
		<dc:creator>Minh Nguyễn</dc:creator>
		<pubDate>Sat, 22 Aug 2009 07:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2515#comment-42017</guid>
		<description>Reminds me of the Commando feature in Apple’s A/UX operating system. You could open the CommandShell, enter the command, and press Cmd+K and get this dialog: http://applefritter.com/ui/aux/images/cmdo-ls.gif .</description>
		<content:encoded><![CDATA[<p>Reminds me of the Commando feature in Apple’s A/UX operating system. You could open the CommandShell, enter the command, and press Cmd+K and get this dialog: <a href="http://applefritter.com/ui/aux/images/cmdo-ls.gif" rel="nofollow">http://applefritter.com/ui/aux/images/cmdo-ls.gif</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: basu</title>
		<link>http://almaer.com/blog/commandline2dot0/comment-page-1#comment-42016</link>
		<dc:creator>basu</dc:creator>
		<pubDate>Fri, 21 Aug 2009 23:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2515#comment-42016</guid>
		<description>I would love to be able use Bespin as a command line, especially when I need to do things on the server on which i&#039;m running Bespin. But can we first have Git support please?
Thanks</description>
		<content:encoded><![CDATA[<p>I would love to be able use Bespin as a command line, especially when I need to do things on the server on which i&#8217;m running Bespin. But can we first have Git support please?<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
