<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Auto Mac &#187; Finder</title>
	<atom:link href="http://automac.wordpress.com/category/finder/feed/" rel="self" type="application/rss+xml" />
	<link>http://automac.wordpress.com</link>
	<description>Productivity, Automation, Scripting and other Mac goodness!</description>
	<lastBuildDate>Sun, 24 Jun 2007 03:30:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='automac.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5040b3e5fcc1eb5a80d20281199a7761?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Auto Mac &#187; Finder</title>
		<link>http://automac.wordpress.com</link>
	</image>
			<item>
		<title>Don&#8217;t Forget Your Chores: Empty the Trash!</title>
		<link>http://automac.wordpress.com/2007/06/24/dont-forget-your-chores-empty-the-trash/</link>
		<comments>http://automac.wordpress.com/2007/06/24/dont-forget-your-chores-empty-the-trash/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 02:47:40 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[Finder]]></category>

		<guid isPermaLink="false">http://automac.wordpress.com/2007/06/24/dont-forget-your-chores-empty-the-trash/</guid>
		<description><![CDATA[how?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=19&subd=automac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you find your self forgetting to empty the trash on a regular basis, why not automate it?  The following applescript can be used to do just that.</p>
<p><PRE style="background:#ECECEC;line-height:5pt;font-size:10pt;"><br />
<CODE style="color:#3371A3;line-height:5pt;font-size:10pt;">tell application &quot;Finder&quot;<br />
    empty the trash<br />
end tell<br />
</CODE><br />
</PRE><br />
Alternatively, if you wanted to execute the cleanup from a shell script, or a one liner in your <a href="http://en.wikipedia.org/wiki/Crontab">crontab</a>, the following one liner could be utilized:</p>
<p><PRE style="background:#ECECEC;line-height:5pt;font-size:10pt;"><br />
<CODE style="color:#3371A3;line-height:5pt;font-size:10pt;">osascript -e &#8216;tell application &#8220;Finder&#8221; to empty the trash&#8217;<br />
</CODE><br />
</PRE><br />
<strong>NOTE</strong>: In contrast to the command driven instructions represented in the Wikipedia article above, a nice GUI alternative is <a href="http://www.abstracture.de/projects-en/cronnix">CronniX</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/automac.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/automac.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automac.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automac.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/automac.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/automac.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/automac.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/automac.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/automac.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/automac.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/automac.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/automac.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=19&subd=automac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://automac.wordpress.com/2007/06/24/dont-forget-your-chores-empty-the-trash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/340e0f6181db7ae2e680f071a6bb6fa3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>Sunday Shortcut: Finder</title>
		<link>http://automac.wordpress.com/2007/06/17/sunday-shortcut-finder/</link>
		<comments>http://automac.wordpress.com/2007/06/17/sunday-shortcut-finder/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 04:38:01 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[Sunday Shortcuts]]></category>

		<guid isPermaLink="false">http://automac.wordpress.com/2007/06/17/sunday-shortcut-finder/</guid>
		<description><![CDATA[If you are working in Finder, and know the exact location you wish to browse to, the following shortcut will pop open dialog that will allow you to type in your destination address.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=12&subd=automac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you are working in the Finder, and know the exact location you wish to browse to, the following shortcut will pop open dialog that will allow you to type in your destination address.  This is especially useful if you want to browse many levels deep in the directory hierarchy, or if you want to browse to a directory that is traditionally hidden in the Finder, such as /usr.<br />
<PRE style="background:#ECECEC;line-height:5pt;font-size:10pt;"><br />
<CODE style="color:#3371A3;line-height:5pt;font-size:10pt;">shift + apple + g<br />
</CODE><br />
</PRE><br />
As an added bonus, while typing in your destination, if you hit &#8220;tab&#8221;, the Finder will attempt to auto complete the location for you.  This functionality can be hit or miss.  If the Finder doesn&#8217;t know where you are trying to go, or if the destination location is ambiguous, hitting &#8220;tab&#8221; will simply move input focus over to the &#8220;go&#8221; button.  With a little training though, this functionality can really save time.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/automac.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/automac.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automac.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automac.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/automac.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/automac.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/automac.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/automac.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/automac.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/automac.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/automac.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/automac.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=12&subd=automac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://automac.wordpress.com/2007/06/17/sunday-shortcut-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/340e0f6181db7ae2e680f071a6bb6fa3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
	</channel>
</rss>