<?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: I’m Afraid It’s Terminal</title>
	<atom:link href="http://www.neozaz.com/i%e2%80%99m-afraid-it%e2%80%99s-terminal.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neozaz.com/i%e2%80%99m-afraid-it%e2%80%99s-terminal.html</link>
	<description>Biggest Hats on the Inter-web</description>
	<lastBuildDate>Tue, 09 Feb 2010 18:04:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian</title>
		<link>http://www.neozaz.com/i%e2%80%99m-afraid-it%e2%80%99s-terminal.html/comment-page-1#comment-4130</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 21 Jul 2009 02:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.neozaz.com/?p=899#comment-4130</guid>
		<description>Hmm... Terminal.app is usable, to be sure, and pretty, but way too quirky for me. When I press PgUp, I want that key to go to my pager, or to my editor, or to `screen`, not to the terminal&#039;s scroll bar. That&#039;s what Shift-PgUp is for.

I can&#039;t live with anything besides gnome-terminal. The tabs open with Ctrl-Shift-t, and switch with Ctrl-PgUp/PgDn. And of course on any non-Mac OS, you can bring one terminal window to the front, without bringing *all* of them to the front. Aaaargh! Keeping application windows layered together is not a good idea for general purpose things like terminals and web browsers. And copy-and-paste is really easy on *nix: select text, middle click where you want it. Not that Mac software will ever implement that behavior outside of X11, let alone deal with middle clicks... You can also use Ctrl-Shift-[CV] in gnome-terminal.

Quint: Terminal always wraps the output of commands. The command you are using probably detects the terminal width and chops long lines. Pipe the command to `less -S` to fix this.

--Ian</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; Terminal.app is usable, to be sure, and pretty, but way too quirky for me. When I press PgUp, I want that key to go to my pager, or to my editor, or to `screen`, not to the terminal&#8217;s scroll bar. That&#8217;s what Shift-PgUp is for.</p>
<p>I can&#8217;t live with anything besides gnome-terminal. The tabs open with Ctrl-Shift-t, and switch with Ctrl-PgUp/PgDn. And of course on any non-Mac OS, you can bring one terminal window to the front, without bringing *all* of them to the front. Aaaargh! Keeping application windows layered together is not a good idea for general purpose things like terminals and web browsers. And copy-and-paste is really easy on *nix: select text, middle click where you want it. Not that Mac software will ever implement that behavior outside of X11, let alone deal with middle clicks&#8230; You can also use Ctrl-Shift-[CV] in gnome-terminal.</p>
<p>Quint: Terminal always wraps the output of commands. The command you are using probably detects the terminal width and chops long lines. Pipe the command to `less -S` to fix this.</p>
<p>&#8211;Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quint</title>
		<link>http://www.neozaz.com/i%e2%80%99m-afraid-it%e2%80%99s-terminal.html/comment-page-1#comment-609</link>
		<dc:creator>Quint</dc:creator>
		<pubDate>Fri, 20 Mar 2009 04:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.neozaz.com/?p=899#comment-609</guid>
		<description>Agreed, I think the key combos for copy paste in the cmd should be the same. What screws it all up for every OS except Mac is the older yer Ctrl-C to kill programs. For Mac that is still true...but blah blah blah, you already covered that and nailed it square. I can&#039;t say I argue with any of your points at all, my list was just additions that would make it even better :)

I honestly hated bash with a passion (prefer tcsh) until I switched to Mac. Mac has just done so many things right with the terminal app that it appears the issues I had with bash were not really bash, but the ugly terminal apps I was using.

Good write up!</description>
		<content:encoded><![CDATA[<p>Agreed, I think the key combos for copy paste in the cmd should be the same. What screws it all up for every OS except Mac is the older yer Ctrl-C to kill programs. For Mac that is still true&#8230;but blah blah blah, you already covered that and nailed it square. I can&#8217;t say I argue with any of your points at all, my list was just additions that would make it even better <img src='http://www.neozaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I honestly hated bash with a passion (prefer tcsh) until I switched to Mac. Mac has just done so many things right with the terminal app that it appears the issues I had with bash were not really bash, but the ugly terminal apps I was using.</p>
<p>Good write up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Smith</title>
		<link>http://www.neozaz.com/i%e2%80%99m-afraid-it%e2%80%99s-terminal.html/comment-page-1#comment-606</link>
		<dc:creator>David Smith</dc:creator>
		<pubDate>Thu, 19 Mar 2009 18:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.neozaz.com/?p=899#comment-606</guid>
		<description>Oh, yeah, the wrapping thing. I&#039;m also not sure if that&#039;s legacy UNIX or what, but I&#039;ve run into that, too - especially the &#039;ps&#039; command. Took me a whole day to figure out why my process wasn&#039;t showing up when I did a &#039;ps &#124; grep &lt;whatever&gt;&#039; - it was because it was getting cut off. Bastards.

And like I said, the DOS window is very highly optimized in and of itself. But in the context of an overall windowing system, why should I have to learn more than one copy/paste shortcut?

And yes, Mac&#039;s Terminal app fails on the whole tab-switching thing. Not sure why they f&#039;d up that shortcut.</description>
		<content:encoded><![CDATA[<p>Oh, yeah, the wrapping thing. I&#8217;m also not sure if that&#8217;s legacy UNIX or what, but I&#8217;ve run into that, too &#8211; especially the &#8216;ps&#8217; command. Took me a whole day to figure out why my process wasn&#8217;t showing up when I did a &#8216;ps | grep <whatever>&#8216; &#8211; it was because it was getting cut off. Bastards.</p>
<p>And like I said, the DOS window is very highly optimized in and of itself. But in the context of an overall windowing system, why should I have to learn more than one copy/paste shortcut?</p>
<p>And yes, Mac&#8217;s Terminal app fails on the whole tab-switching thing. Not sure why they f&#8217;d up that shortcut.</whatever></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quint</title>
		<link>http://www.neozaz.com/i%e2%80%99m-afraid-it%e2%80%99s-terminal.html/comment-page-1#comment-604</link>
		<dc:creator>Quint</dc:creator>
		<pubDate>Thu, 19 Mar 2009 18:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.neozaz.com/?p=899#comment-604</guid>
		<description>Yes, I really have only 2 gripes with the Mac Terminal:
1) This could be the legacy cmdline apps, but a lot of times the terminal will not wrap the output of commands. I would at least like the option for this. (Hate to give MS cmd anything, but they do this well)

2) As I have discussed with DAve before, the annoying key combo for switching tabs

I also really got used to the MS cmd copy paste, select, left click to copy, right click to paste. For me it is a very very fast way to do copy paste in terminal. If my hand is already on the mouse to select, why not have the two buttons right under your fingers do something useful? Seriously, do I really need a context window in terminal? I always found this to be the best feature in the Windows cmd app.</description>
		<content:encoded><![CDATA[<p>Yes, I really have only 2 gripes with the Mac Terminal:<br />
1) This could be the legacy cmdline apps, but a lot of times the terminal will not wrap the output of commands. I would at least like the option for this. (Hate to give MS cmd anything, but they do this well)</p>
<p>2) As I have discussed with DAve before, the annoying key combo for switching tabs</p>
<p>I also really got used to the MS cmd copy paste, select, left click to copy, right click to paste. For me it is a very very fast way to do copy paste in terminal. If my hand is already on the mouse to select, why not have the two buttons right under your fingers do something useful? Seriously, do I really need a context window in terminal? I always found this to be the best feature in the Windows cmd app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: *NUX Terminal Junkies. &#124; ThisCoolSite</title>
		<link>http://www.neozaz.com/i%e2%80%99m-afraid-it%e2%80%99s-terminal.html/comment-page-1#comment-603</link>
		<dc:creator>*NUX Terminal Junkies. &#124; ThisCoolSite</dc:creator>
		<pubDate>Thu, 19 Mar 2009 13:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.neozaz.com/?p=899#comment-603</guid>
		<description>[...] Check it out here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Check it out here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://www.neozaz.com/i%e2%80%99m-afraid-it%e2%80%99s-terminal.html/comment-page-1#comment-601</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Thu, 19 Mar 2009 13:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.neozaz.com/?p=899#comment-601</guid>
		<description>Fantastic post Dave!

MacOS integrates so well with the terminal because it&#039;s - FreeBSD
Of course it&#039;s going to kill Microshaft because it&#039;s a unix-derivative with a GUI.  I just think it&#039;d be great if I could hit Alt + F[1-6] and get some dos terminals like I can in Linux.  That&#039;d be hella (un)useful.  :)

I really enjoyed this one.  Thanks.

Gregg</description>
		<content:encoded><![CDATA[<p>Fantastic post Dave!</p>
<p>MacOS integrates so well with the terminal because it&#8217;s &#8211; FreeBSD<br />
Of course it&#8217;s going to kill Microshaft because it&#8217;s a unix-derivative with a GUI.  I just think it&#8217;d be great if I could hit Alt + F[1-6] and get some dos terminals like I can in Linux.  That&#8217;d be hella (un)useful.  <img src='http://www.neozaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I really enjoyed this one.  Thanks.</p>
<p>Gregg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
