<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KenKinder.com &#187; meld</title>
	<atom:link href="http://kenkinder.com/tag/meld/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenkinder.com</link>
	<description>Ken Kinder&#039;s personal website</description>
	<lastBuildDate>Mon, 14 Jun 2010 22:27:25 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Patch for meld to show multiple comparisons</title>
		<link>http://kenkinder.com/2009/09/16/patch-for-meld-to-show-multiple-comparisons/</link>
		<comments>http://kenkinder.com/2009/09/16/patch-for-meld-to-show-multiple-comparisons/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 00:26:38 +0000</pubDate>
		<dc:creator>Ken Kinder</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[meld]]></category>
		<category><![CDATA[patch]]></category>

		<guid isPermaLink="false">http://kenkinder.com/?p=230</guid>
		<description><![CDATA[I really like meld as a visual diff tool, but I wanted to have have it show multiple comparisons at once from the commandline. In the GUI, you can create multiple tabs for multiple comparisons, but there is (was) no way to do it directly from the command line. So, I wrote a patch that [...]]]></description>
			<content:encoded><![CDATA[<p>I really like <a href="http://meld.sourceforge.net/">meld</a> as a visual diff tool, but I wanted to have have it show multiple comparisons at once from the commandline. In the GUI, you can create multiple tabs for multiple comparisons, but there is (was) no way to do it directly from the command line. So, I wrote a patch that lets you use it like this:</p>
<pre>meld spam.orig spam.mine - eggs.orig eggs.mine - pants.orig pants.mine</pre>
<p>The usage is the same as it was before, but now you can specify multiple comparisons, separated by &#8220;-&#8221;. We&#8217;ll see if the patch is accepted; I <a href="http://article.gmane.org/gmane.comp.gnome.meld.general/990">posted</a> it to the mailing list. In the meantime, you can <a title="patch for meld to support multiple files" href="http://kenkinder.com/wp-content/uploads/2009/09/meld-multiple-diffs-patch.patch">download it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kenkinder.com/2009/09/16/patch-for-meld-to-show-multiple-comparisons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
