<?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: Command Line Tools, Post 0: The Quake-Style Command Line</title>
	<atom:link href="http://jdharper.com/blog/command-line-tools-post-0-the-quake-style-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdharper.com/blog/command-line-tools-post-0-the-quake-style-command-line/</link>
	<description>Stuff Worth Writing About</description>
	<lastBuildDate>Sun, 13 May 2012 16:00:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: adam</title>
		<link>http://jdharper.com/blog/command-line-tools-post-0-the-quake-style-command-line/#comment-410</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Sat, 17 Sep 2011 18:48:28 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Could you please upload the files so that I can just download them or copy and paste. The syntax does not transfer over with the current setup. Or if it is easier you can email it to xcstormerlife@netscape.net thank you</description>
		<content:encoded><![CDATA[<p>Could you please upload the files so that I can just download them or copy and paste. The syntax does not transfer over with the current setup. Or if it is easier you can email it to <a href="mailto:xcstormerlife@netscape.net">xcstormerlife@netscape.net</a> thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexei Michaelovich</title>
		<link>http://jdharper.com/blog/command-line-tools-post-0-the-quake-style-command-line/#comment-409</link>
		<dc:creator>Alexei Michaelovich</dc:creator>
		<pubDate>Tue, 23 Aug 2011 02:49:40 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Cool stuff. As a linux user who occasionally needs to go into windows, this is a nice thing to have. One thing I would change about your script though: Use Progman as the process to activate on hide rather than Shell_TrayWnd. That way you still can have it set up based on if WinActive, but activating the tray won&#039;t seem janky to people like me who like to hide the tray.</description>
		<content:encoded><![CDATA[<p>Cool stuff. As a linux user who occasionally needs to go into windows, this is a nice thing to have. One thing I would change about your script though: Use Progman as the process to activate on hide rather than Shell_TrayWnd. That way you still can have it set up based on if WinActive, but activating the tray won&#8217;t seem janky to people like me who like to hide the tray.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Forkin</title>
		<link>http://jdharper.com/blog/command-line-tools-post-0-the-quake-style-command-line/#comment-408</link>
		<dc:creator>Patrick Forkin</dc:creator>
		<pubDate>Wed, 13 Jul 2011 12:00:32 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Hallo!
First my site is naked, but the content is coming, in Engish and German. Your blog and its recommendations have more to offer than most recognise. I am a writer and not a programmer. All that I will be able to do, has to come from the cmd-line and the concept of one-liners. I am putting together a personal form of an IDE to realise it. I would like to dialogue with you. 
Regards, Patrick Forkin.</description>
		<content:encoded><![CDATA[<p>Hallo!<br />
First my site is naked, but the content is coming, in Engish and German. Your blog and its recommendations have more to offer than most recognise. I am a writer and not a programmer. All that I will be able to do, has to come from the cmd-line and the concept of one-liners. I am putting together a personal form of an IDE to realise it. I would like to dialogue with you.<br />
Regards, Patrick Forkin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaximumFish</title>
		<link>http://jdharper.com/blog/command-line-tools-post-0-the-quake-style-command-line/#comment-354</link>
		<dc:creator>MaximumFish</dc:creator>
		<pubDate>Wed, 10 Nov 2010 14:48:09 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Thanks for this, it&#039;ll come in very handy I&#039;m sure!

As part of my learning AutoHotkey I&#039;ve spent a few hours improving your script a little. Changes I&#039;ve made are:

- All hotkeys now detect the window that was active before opening the Console, and switch back to that window when it&#039;s hidden. This favours the Window Title, but will use the Class if a title doesn&#039;t exist.

- Made WIN+SHIFT+~ detect if the Windows command console is running, and switch to Cygwin if it is. If a Cygwin console is already running, it just hides/unhides that instance.

- Added a WIN+CTRL+~ hotkey to do the same as above, but for the Windows console.

- Put most of the above into subroutines to keep the script as small and tidy as possible.

If you&#039;re interested in my changes I&#039;d be happy to share them with you! Just send me an email. :)</description>
		<content:encoded><![CDATA[<p>Thanks for this, it&#8217;ll come in very handy I&#8217;m sure!</p>
<p>As part of my learning AutoHotkey I&#8217;ve spent a few hours improving your script a little. Changes I&#8217;ve made are:</p>
<p>- All hotkeys now detect the window that was active before opening the Console, and switch back to that window when it&#8217;s hidden. This favours the Window Title, but will use the Class if a title doesn&#8217;t exist.</p>
<p>- Made WIN+SHIFT+~ detect if the Windows command console is running, and switch to Cygwin if it is. If a Cygwin console is already running, it just hides/unhides that instance.</p>
<p>- Added a WIN+CTRL+~ hotkey to do the same as above, but for the Windows console.</p>
<p>- Put most of the above into subroutines to keep the script as small and tidy as possible.</p>
<p>If you&#8217;re interested in my changes I&#8217;d be happy to share them with you! Just send me an email. <img src='http://jdharper.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

