<?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>txt &#187; tool</title>
	<atom:link href="http://txt.binnyva.com/tag/tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Command Line Tool to Set ID3 Tags for MP3</title>
		<link>http://txt.binnyva.com/2009/06/command-line-tool-to-set-id3-tags-for-mp3/</link>
		<comments>http://txt.binnyva.com/2009/06/command-line-tool-to-set-id3-tags-for-mp3/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 18:16:39 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[id3tool]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=617</guid>
		<description><![CDATA[Set the ID3 tags for mp3 files using this command&#8230; id3tool -t "$title" -r "$artist" file.mp3]]></description>
			<content:encoded><![CDATA[<p class="intro">Set the ID3 tags for mp3 files using this command&#8230;</p>
<pre><code class="cli">
id3tool -t "$title" -r "$artist" file.mp3
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2009/06/command-line-tool-to-set-id3-tags-for-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post a new Task to Nexty</title>
		<link>http://txt.binnyva.com/2009/05/post-a-new-task-to-nexty/</link>
		<comments>http://txt.binnyva.com/2009/05/post-a-new-task-to-nexty/#comments</comments>
		<pubDate>Tue, 26 May 2009 20:16:56 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[filler]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[nexty]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=609</guid>
		<description><![CDATA[This is the command used to post a new task to the nexty GTD tool. curl --basic --user "binnyva:password" --cookie-jar /tmp/nexty-cookies.txt --data-ascii "task=`echo $@&#124;tr ' ' '+'`&#038;layout=cli" "http://nexty.org/tasks/add.php"]]></description>
			<content:encoded><![CDATA[<p class="intro">This is the command used to post a new task to the <a href="http://nexty.org/">nexty GTD tool</a>.</p>
<pre><code class="cli">
curl --basic --user "binnyva:password" --cookie-jar /tmp/nexty-cookies.txt --data-ascii "task=`echo $@|tr ' ' '+'`&#038;layout=cli" "http://nexty.org/tasks/add.php"
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2009/05/post-a-new-task-to-nexty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Remote App Locally</title>
		<link>http://txt.binnyva.com/2008/12/run-remote-app-locally/</link>
		<comments>http://txt.binnyva.com/2008/12/run-remote-app-locally/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 19:25:26 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[x]]></category>
		<category><![CDATA[xserver]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=444</guid>
		<description><![CDATA[Run a remote GUI tool in a local system ssh -X neo@192.168.0.30 /usr/bin/kate]]></description>
			<content:encoded><![CDATA[<p class="intro">Run a remote GUI tool in a local system</p>
<pre><code class="cli">
ssh -X neo@192.168.0.30 /usr/bin/kate
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/12/run-remote-app-locally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
