<?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: My Top Cygwin Utilities/Tips</title>
	<atom:link href="http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/</link>
	<description>Welcome to your head.</description>
	<lastBuildDate>Sun, 08 May 2011 22:22:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ashish</title>
		<link>http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/comment-page-1/#comment-280</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Thu, 12 Aug 2010 19:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/#comment-280</guid>
		<description>I hope Lee reads this: 
Lee, I use bash because I can type v and then ctrl-P in succession, and it will show me all the commands I gave, e.g. vim ast/ast.h, or vlock.
Or I do m and then ctrl-P and I get make, make clean, make -C test etc. 
Its done using:
 &quot;\C-p&quot;: history-search-backward
&quot;\C-n&quot;: history-search-forward

The day I see this in powershell, I&#039;ll switch back. 
Right now, this is the ONLY, I repeat, ONLY reason I&#039;m using linux in my lab. The only thing I use on it is bash in yakuake and vim, as I do C++ development. 


Yakuake is another secondary reason, but its actually bash that I&#039;m stuck with, though I wouldn&#039;t mind if the powershell gui could look better, I mean really, how can you even look at the default fonts. And I hate going through the process of changing them to Lucida console, though finally I did it.</description>
		<content:encoded><![CDATA[<p>I hope Lee reads this:<br />
Lee, I use bash because I can type v and then ctrl-P in succession, and it will show me all the commands I gave, e.g. vim ast/ast.h, or vlock.<br />
Or I do m and then ctrl-P and I get make, make clean, make -C test etc.<br />
Its done using:<br />
 &#8220;\C-p&#8221;: history-search-backward<br />
&#8220;\C-n&#8221;: history-search-forward</p>
<p>The day I see this in powershell, I&#8217;ll switch back.<br />
Right now, this is the ONLY, I repeat, ONLY reason I&#8217;m using linux in my lab. The only thing I use on it is bash in yakuake and vim, as I do C++ development. </p>
<p>Yakuake is another secondary reason, but its actually bash that I&#8217;m stuck with, though I wouldn&#8217;t mind if the powershell gui could look better, I mean really, how can you even look at the default fonts. And I hate going through the process of changing them to Lucida console, though finally I did it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mendicant</title>
		<link>http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/comment-page-1/#comment-231</link>
		<dc:creator>mendicant</dc:creator>
		<pubDate>Thu, 15 Apr 2010 16:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/#comment-231</guid>
		<description>Thanks! I didn&#039;t know they had that. Now they just need to add persistent history between powershell sessions (last I checked I could only find had a hack that persisted to CSV between sessions) and some builtin options for the Tab completion of files. :)</description>
		<content:encoded><![CDATA[<p>Thanks! I didn&#8217;t know they had that. Now they just need to add persistent history between powershell sessions (last I checked I could only find had a hack that persisted to CSV between sessions) and some builtin options for the Tab completion of files. <img src='http://blog.beigesunshine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Holmes</title>
		<link>http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/comment-page-1/#comment-230</link>
		<dc:creator>Lee Holmes</dc:creator>
		<pubDate>Sun, 11 Apr 2010 19:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/#comment-230</guid>
		<description>Re:

6. History Search

This is probably the biggest reason I use bash over powershell, cmd or other windows command line utils. Open your ~/.inputrc file and add the following lines:

Agree - this is a pain. One thing we added in version two is the ability to search through history through tab completion. If you start a line with the &#039;#&#039; sign, anything you put after it becomes a search string for your history in tab completion. http://powershell.labs.oreilly.com/ch01.html#invoke-command-history

You can even customize the built-in TabExpansion function to tweak this to the behaviour you want.

Lee Holmes [MSFT]
Windows PowerShell Development</description>
		<content:encoded><![CDATA[<p>Re:</p>
<p>6. History Search</p>
<p>This is probably the biggest reason I use bash over powershell, cmd or other windows command line utils. Open your ~/.inputrc file and add the following lines:</p>
<p>Agree &#8211; this is a pain. One thing we added in version two is the ability to search through history through tab completion. If you start a line with the &#8216;#&#8217; sign, anything you put after it becomes a search string for your history in tab completion. <a href="http://powershell.labs.oreilly.com/ch01.html#invoke-command-history" rel="nofollow">http://powershell.labs.oreilly.com/ch01.html#invoke-command-history</a></p>
<p>You can even customize the built-in TabExpansion function to tweak this to the behaviour you want.</p>
<p>Lee Holmes [MSFT]<br />
Windows PowerShell Development</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mendicant</title>
		<link>http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/comment-page-1/#comment-229</link>
		<dc:creator>mendicant</dc:creator>
		<pubDate>Fri, 09 Apr 2010 03:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.beigesunshine.com/2010/04/08/my-top-cygwin-utilitiestips/#comment-229</guid>
		<description>Ohhh. Totally forgot about rsync. I also use that to do simple backups.</description>
		<content:encoded><![CDATA[<p>Ohhh. Totally forgot about rsync. I also use that to do simple backups.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

