<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Jb in a nutshell: A handful of useful scripts</title>
    <link>http://evain.net/blog/articles/2007/10/11/a-handful-of-useful-scripts</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>A handful of useful scripts</title>
      <description>I've just uploaded a &lt;a href="http://evain.net/public/scripts.zip"&gt;zip file&lt;/a&gt; containing a handful of scripts I use in my every day routine.

&lt;ul&gt;
  &lt;li&gt;
    &lt;b&gt;cleol&lt;/b&gt;: Clean the end of lines of the files passed as arguments. Accept ruby wildcards (such as * or **/*). That will replace the windows style line endings by unix style line endings, but will also remove useless white-spaces.
  &lt;/li&gt;
  &lt;li&gt;
    &lt;b&gt;clprop&lt;/b&gt;: Clean the svn properties of the files passed as arguments. Accept ruby wildcards (such as * or **/*). That will remove the svn:executable properties, and set the svn:eol-style to native to the files.
  &lt;/li&gt;
  &lt;li&gt;
    &lt;b&gt;svnci&lt;/b&gt;: My own script that prompt me my favorite lightweight editor to edit my ChangeLog entries.
  &lt;/li&gt;
  &lt;li&gt;
    &lt;b&gt;monoport&lt;/b&gt;: I've detailed this one in &lt;a href="http://evain.net/blog/articles/2007/08/18/monoport-from-the-shell"&gt;this blog entry&lt;/a&gt;. I recently added to it the possibility to get a monoport entry printed to stdout. Typically, it allows me to apply patches directly from monoport:
&lt;pre&gt;
monoport -g:4512 | patch -p0
&lt;/pre&gt;
Requires the cute library &lt;a href="http://code.whytheluckystiff.net/hpricot/"&gt;hpricot&lt;/a&gt;.
  &lt;/li&gt;
&lt;/ul&gt;

</description>
      <pubDate>Thu, 11 Oct 2007 11:16:00 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:db30e51c-7b58-40da-a6cd-833a44be05ee</guid>
      <author>Jb Evain</author>
      <link>http://evain.net/blog/articles/2007/10/11/a-handful-of-useful-scripts</link>
      <category>Personal</category>
      <trackback:ping>http://evain.net/blog/articles/trackback/461</trackback:ping>
    </item>
  </channel>
</rss>
