<?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>Johannes Buchner</title>
	<atom:link href="http://johannes.jakeapp.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://johannes.jakeapp.com/blog</link>
	<description>Johannes Buchner&#039;s blog about advanced usage of your operating system</description>
	<lastBuildDate>Sun, 18 Jul 2010 08:30:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protected: Salzburg</title>
		<link>http://johannes.jakeapp.com/blog/category/nz/201007/salzburg</link>
		<comments>http://johannes.jakeapp.com/blog/category/nz/201007/salzburg#comments</comments>
		<pubDate>Sun, 18 Jul 2010 08:29:51 +0000</pubDate>
		<dc:creator>JohannesTheHuman</dc:creator>
				<category><![CDATA[NZ]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1146</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://johannes.jakeapp.com/blog/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1146">Password:<br />
<input name="post_password" id="pwbox-1146" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/nz/201007/salzburg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Sydney</title>
		<link>http://johannes.jakeapp.com/blog/category/nz/201007/sydney</link>
		<comments>http://johannes.jakeapp.com/blog/category/nz/201007/sydney#comments</comments>
		<pubDate>Sun, 18 Jul 2010 08:24:34 +0000</pubDate>
		<dc:creator>JohannesTheHuman</dc:creator>
				<category><![CDATA[NZ]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1141</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://johannes.jakeapp.com/blog/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1141">Password:<br />
<input name="post_password" id="pwbox-1141" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/nz/201007/sydney/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spuren: Desktop Search for tidy people</title>
		<link>http://johannes.jakeapp.com/blog/category/happy-hacking/201006/spuren-desktop-search-for-tidy-people</link>
		<comments>http://johannes.jakeapp.com/blog/category/happy-hacking/201006/spuren-desktop-search-for-tidy-people#comments</comments>
		<pubDate>Fri, 04 Jun 2010 07:51:45 +0000</pubDate>
		<dc:creator>JohannesTheDeveloper</dc:creator>
				<category><![CDATA[Happy Hacking]]></category>
		<category><![CDATA[thisreallyworks]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1134</guid>
		<description><![CDATA[Desktop search engines, like beagle, metatracker, strigi, jindex, etc. provide a comfortable way of jumping to the files you want to work with. They do this by indexing all your files, making a database, and searching that database by your keywords.
Unfortunately, these databases are around a gigabyte in size for me (e.g. tracker, strigi). Context [...]]]></description>
			<content:encoded><![CDATA[<p>Desktop search engines, like beagle, metatracker, strigi, jindex, etc. provide a comfortable way of jumping to the files you want to work with. They do this by indexing all your files, making a database, and searching that database by your keywords.</p>
<p>Unfortunately, these databases are around a gigabyte in size for me (e.g. tracker, strigi). Context search is overkill for  me, because I name my files properly and put them in folders.</p>
<h2>Introducing &#8220;Spuren&#8221;</h2>
<p>So I developed a search engine a while ago that works on file names and paths: The keywords a file can be found is the filename and path split by &#8216;/&#8217;,'-&#8217;,'_&#8217;,&#8217;.&#8217;,'\&#8217;. With the feature of exclusive search terms (starting with &#8216;-&#8217;), and being able to open the found file or its parent folder, that is something you can work with.</p>
<p>Now this tool is available as a indexer and search tray icon program, for Unix only. It quickly produces a tiny database of your files, because it is based on unix tools (find+gzip). The search tool is written in Java.</p>
<p><strong>Try out &#8220;spuren&#8221;, the content-free desktop search engine. </strong>Spuren is German for &#8216;tracks&#8217;. Download it at the bottom of this page.</p>
<p>Spuren provides a KISS combination of the ease of use of Beagle et. al. and the simplicity of find.</p>
<h2>Install and Configure</h2>
<ul>
<li>Download the tar and extract it somewhere, for example in ~/bin/</li>
<li>Put the directories you want to have indexed in ~/.local/share/spuren/dirs (line by line)</li>
<li>Put the directory names you want to have skipped in ~/.local/share/spuren/skipdirnames</li>
<li>Put the file names you want to have skipped in ~/.local/share/spuren/skipfilenames</li>
<li>Run spuren-mine. This produces ~/.local/share/spuren/db.gz, which contains all indexed file names.</li>
<li>Run spuren-trayicon (and perhaps make yourself a icon on the desktop or put it into session start preferences).</li>
<li>Click on the icon and search away</li>
</ul>
<h2>Tipps</h2>
<ul>
<li>Separate keywords by spaces (search will be slightly faster if you enter the least generic term first)</li>
<li>You can exclude by prefixing a &#8216;-&#8217;, for example &#8221; houses -skyscrapers  &#8220;</li>
<li>The default is to find files that have tags starting with the given keywords. You can prefix with a &#8216;*&#8217; to find files that have tags containing the given keyword. For example: &#8220;houses *scrape&#8221;.</li>
<li>You can jump down to the results by pressing the down key, and up gets you back. Escape closes the search window.</li>
<li>A double-click launches the file, pressing shift at the same time will open the folder the file is in instead.</li>
<li>You can rebuild the database by right-clicking the icon. It only takes a minute or two.</li>
<li>The result folders are abbreviated to 3 chars to save space. You can find the full path and some other info at the bottom of the window</li>
</ul>
<h2>FAQ</h2>
<ul>
<li>&#8220;Java is ugly&#8221;: You can switch to the GTK theme or <a title="Nimbus" href="http://java.sun.com/docs/books/tutorial/uiswing/lookandfeel/nimbus.html">Nimbus</a> LAF. Enable it in the <code>swing.properties</code> file.</li>
</ul>
<p>&#8230; leave feedback and comments &#8230;</p>
<h2>Download</h2>
<ul>
<li><strong>Spuren, release 1.0: <a title="Spuren, release 1.0" href="http://johannes.jakeapp.com/files/spuren/spuren-1.0.tar.bz2">spuren-1.0.tar.bz2</a></strong></li>
<li>Source for Java program: <a title="Spuren source, release 1.0" href="http://johannes.jakeapp.com/files/spuren/spuren-1.0-source.tar.bz2">spuren-1.0-source.tar.bz2</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/happy-hacking/201006/spuren-desktop-search-for-tidy-people/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: NZ: Sonntag-Mountainbiken in den Waitakere Ranges</title>
		<link>http://johannes.jakeapp.com/blog/category/nz/201005/nz-sonntag-mountainbiken-in-den-waitakere-ranges</link>
		<comments>http://johannes.jakeapp.com/blog/category/nz/201005/nz-sonntag-mountainbiken-in-den-waitakere-ranges#comments</comments>
		<pubDate>Sun, 30 May 2010 09:28:47 +0000</pubDate>
		<dc:creator>JohannesTheHuman</dc:creator>
				<category><![CDATA[NZ]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1131</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://johannes.jakeapp.com/blog/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1131">Password:<br />
<input name="post_password" id="pwbox-1131" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/nz/201005/nz-sonntag-mountainbiken-in-den-waitakere-ranges/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracker commit</title>
		<link>http://johannes.jakeapp.com/blog/category/happy-hacking/201005/tracker-commit</link>
		<comments>http://johannes.jakeapp.com/blog/category/happy-hacking/201005/tracker-commit#comments</comments>
		<pubDate>Fri, 21 May 2010 02:20:44 +0000</pubDate>
		<dc:creator>JohannesTheDeveloper</dc:creator>
				<category><![CDATA[Happy Hacking]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1129</guid>
		<description><![CDATA[http://git.gnome.org/browse/tracker/commit/?id=f765184d0df58e387c2470b7c2059bf072e17036&#38;ss=1
]]></description>
			<content:encoded><![CDATA[<p><a href="http://git.gnome.org/browse/tracker/commit/?id=f765184d0df58e387c2470b7c2059bf072e17036&amp;ss=1">http://git.gnome.org/browse/tracker/commit/?id=f765184d0df58e387c2470b7c2059bf072e17036&amp;ss=1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/happy-hacking/201005/tracker-commit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: NZ: Südinsel &#8211; Resümee</title>
		<link>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-resumee</link>
		<comments>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-resumee#comments</comments>
		<pubDate>Mon, 29 Mar 2010 08:00:08 +0000</pubDate>
		<dc:creator>JohannesTheHuman</dc:creator>
				<category><![CDATA[NZ]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1091</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://johannes.jakeapp.com/blog/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1091">Password:<br />
<input name="post_password" id="pwbox-1091" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-resumee/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: NZ: Südinsel &#8211; Tag 34</title>
		<link>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-34</link>
		<comments>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-34#comments</comments>
		<pubDate>Sun, 28 Mar 2010 08:00:07 +0000</pubDate>
		<dc:creator>JohannesTheHuman</dc:creator>
				<category><![CDATA[NZ]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1090</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://johannes.jakeapp.com/blog/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1090">Password:<br />
<input name="post_password" id="pwbox-1090" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: NZ: Südinsel &#8211; Tag 33</title>
		<link>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-33</link>
		<comments>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-33#comments</comments>
		<pubDate>Sat, 27 Mar 2010 08:00:17 +0000</pubDate>
		<dc:creator>JohannesTheHuman</dc:creator>
				<category><![CDATA[NZ]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1089</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://johannes.jakeapp.com/blog/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1089">Password:<br />
<input name="post_password" id="pwbox-1089" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: NZ: Südinsel &#8211; Tag 32</title>
		<link>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-32</link>
		<comments>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-32#comments</comments>
		<pubDate>Fri, 26 Mar 2010 08:00:00 +0000</pubDate>
		<dc:creator>JohannesTheHuman</dc:creator>
				<category><![CDATA[NZ]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1088</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://johannes.jakeapp.com/blog/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1088">Password:<br />
<input name="post_password" id="pwbox-1088" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: NZ: Südinsel &#8211; Tag 31</title>
		<link>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-31</link>
		<comments>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-31#comments</comments>
		<pubDate>Thu, 25 Mar 2010 08:10:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NZ]]></category>

		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=1087</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://johannes.jakeapp.com/blog/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1087">Password:<br />
<input name="post_password" id="pwbox-1087" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://johannes.jakeapp.com/blog/category/nz/201003/nz-sudinsel-tag-31/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
