<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Sessy's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 27 Jul 2008 03:45:32 GMT</pubDate>
    <description>DZone Snippets: Sessy's Code Snippets</description>
    <item>
      <title>svn-add-all-new-files</title>
      <link>http://snippets.dzone.com/posts/show/4722</link>
      <description>alias svn-add-all-new-files='svn st|grep ^?|sed s/?//|xargs svn add $1'</description>
      <pubDate>Wed, 31 Oct 2007 10:00:54 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4722</guid>
      <author>sessy (sessy)</author>
    </item>
    <item>
      <title>Konsole profile chooser</title>
      <link>http://snippets.dzone.com/posts/show/4275</link>
      <description>A small bash script to give a popup chooser of konsole profiles (under KDE):&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;PROFILES=`ls --format=single-column ~/.kde/share/apps/konsole/profiles/`&lt;br /&gt;PROFILE=`kdialog --combobox 'Konsole profiles:' $PROFILES`&lt;br /&gt;konsole --profile $PROFILE&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 07 Jul 2007 17:15:35 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4275</guid>
      <author>sessy (sessy)</author>
    </item>
  </channel>
</rss>
