<?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>Taras Mankovski Blog &#187; Mac OS X</title>
	<atom:link href="http://taras.cc/index.php/category/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://taras.cc</link>
	<description>Building Beecoop and generaly making developer&#039;s lives easier and more productive.</description>
	<lastBuildDate>Wed, 25 Nov 2009 03:41:59 +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>Opening images in Preview from Mac OS X Command Line</title>
		<link>http://taras.cc/index.php/2009/09/30/opening-images-in-preview-from-mac-os-x-command-line/</link>
		<comments>http://taras.cc/index.php/2009/09/30/opening-images-in-preview-from-mac-os-x-command-line/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 15:30:39 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://taras.cc/?p=124</guid>
		<description><![CDATA[If you&#8217;re in command line and you got a bunch of images in a directory and you would like to preview them without touching the mouse.


open -a Preview *


Since that is too much to type, you can add an alias to your ~/.bash_profile


alias preview="open -a Preview"


Copy and paste the above text into your ~/.bash_profile
Usage: preview [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re in command line and you got a bunch of images in a directory and you would like to preview them without touching the mouse.<span id="more-124"></span>
<pre>
<code>
open -a Preview *
</code>
</pre>
<p>Since that is too much to type, you can add an alias to your <strong>~/.bash_profile</strong></p>
<pre>
<code>
alias preview="open -a Preview"
</code>
</pre>
<p>Copy and paste the above text into your <strong>~/.bash_profile</strong></p>
<p>Usage: preview * or preview *.jpg</p>
<p>Enjoy,<br />
Taras</p>
]]></content:encoded>
			<wfw:commentRss>http://taras.cc/index.php/2009/09/30/opening-images-in-preview-from-mac-os-x-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
