<?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>40 Tips</title>
	<atom:link href="http://40tips.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://40tips.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:39:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>40 tips in 40 minutes show notes</title>
		<link>http://40tips.com/40-tips-in-40-minutes-show-notes/</link>
		<comments>http://40tips.com/40-tips-in-40-minutes-show-notes/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:19:56 +0000</pubDate>
		<dc:creator>Brett</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=112</guid>
		<description><![CDATA[David and Merlin haven&#8217;t even seen this site yet, I don&#8217;t think, so it will be a bit before I get links from their presentations up. I&#8217;m posting some of my own notes in the meantime. Watch for news about more tips soon! Spotlight Command Enter in Spotlight Problem: You found your file but you [...]]]></description>
			<content:encoded><![CDATA[<p>David and Merlin haven&#8217;t even seen this site yet, I don&#8217;t think, so it will be a bit before I get links from their presentations up. I&#8217;m posting some of my own notes in the meantime. Watch for news about more tips soon!</p>

<p><span id="more-112"></span></p>

<h2>Spotlight</h2>

<ul>
<li>Command Enter in Spotlight

<ul>
<li>Problem: You found your file but you don&#8217;t want to open it with the default application.</li>
<li>Solution: Command-Enter switches to Finder and selects the file in its current location.</li>
</ul></li>
<li>Spotlight Calculator

<ul>
<li>Problem: you need to do a quick calculation while working, and Calculator takes too long to load just to tell you a basic sum.</li>
<li>Solution: Open Spotlight with Command-Space, type your expression and wait for a second. The first result will be the answer to the problem. Pressing Command-C while it&#8217;s selected will put the result on your clipboard. Escape returns you back to your application where you can paste it if you need to.</li>
</ul></li>
</ul>

<h2>Mail.app</h2>

<ul>
<li>Accessing messages from a full-screen compose window

<ul>
<li>Problem: you&#8217;ve started a reply or new message while Mail is in Lion full-screen mode. Now you need to see another message to grab some info, but you can&#8217;t because the full-screen compose window blocks access to your messages.</li>
<li>Solution: Command-Option-N will open a new full-screen message viewer in its own space. It&#8217;s not the prettiest, but it&#8217;s faster than saving a draft, closing, finding the message, copying and reopening the draft.</li>
</ul></li>
<li>Change Reply to Reply-All without starting over

<ul>
<li>You hit Reply on an email, then halfway through your response you realize there were a dozen other people cc&#8217;d who need to see your response.</li>
<li>Solution: Type Command-Shift-R at any time while composing an email reply and if there are people cc&#8217;d in the original message, they&#8217;ll be added to the cc on the current reply.</li>
</ul></li>
</ul>

<h2>Key combinations</h2>

<ul>
<li>Command-Option-Click in the Dock

<ul>
<li>Problem: Too many windows on the screen. Must concentrate. On Twitter.</li>
<li>Solution: Cmd-Opt-Click on an icon in the Dock will hide everything <em>but</em> that application.</li>
</ul></li>
<li>Opt-click force-quit

<ul>
<li>Problem: sometimes applications freeze but don&#8217;t offer the option to Force Quit in the Dock menu.</li>
<li>Solution: Option key to the rescue, as usual.</li>
</ul></li>
<li>Command-Shift-G

<ul>
<li>Problem: you know exactly where a nested folder is, but clicking through the Finder takes too long.</li>
<li>Solution: Command-Shift-G in the Finder (or any save/open dialog) opens Go To&#8230; and lets you type a Unix path directly to the folder. Tab-completion works (first match only).</li>
</ul></li>
<li>Q in Command-Tab switcher

<ul>
<li>Problem: You need to quit a series of applications all at once.</li>
<li>Solution: Start the application switcher with Command-Tab, then use Tab and ` (backtick, or Shift-Tab) to select each app, then type q while it&#8217;s highlighted to quit it and move to the next app in line.</li>
</ul></li>
</ul>

<h2>Third Party tools</h2>

<ul>
<li><a href="http://www.bettertouchtool.net/">BetterTouchTool</a>

<ul>
<li>Problem: you have a trackpad, but feel like you&#8217;re just not using gestures to the full extent of the human imagination.</li>
<li>Solution: BetterTouchTool (free) can assign actions and shortcuts to an insane number of trackpad and Magic Mouse gestures. It also handles keyboard hotkey assignments and window management.</li>
</ul></li>
<li><a href="http://www.iterm2.com/#/section/home">iTerm2</a>

<ul>
<li>Problem: Terminal is cool, but you&#8217;re cooler</li>
<li>Solution: iTerm2 (free) brings split panes, regex-based smart selections, paste history and more to the game.</li>
</ul></li>
<li><a href="http://totalfinder.binaryage.com/">TotalFinder</a>

<ul>
<li>Problem: Finder windows get scattered and impossible to find.</li>
<li>Solution: TotalFinder augments the default file navigator to add tabs and split-pane file management.</li>
</ul></li>
</ul>

<h2>Terminal tricks</h2>

<ul>
<li><code>launchd</code>

<ul>
<li>Problem: you need to schedule a script, app or command to run at a certain time or at certain intervals</li>
<li>Solution: launchd is Apple&#8217;s answer to <code>cron</code>. It&#8217;s a plist-based system that lets you schedule anything using the same tools that OS X uses for scheduled events. If you have something to prove to the world, you can edit these plist files by hand and load them with <code>launchctl</code>, but Lingon (App Store) makes life much simpler with a GUI for editing all of the necessary options.</li>
</ul></li>
<li><code>pbcopy</code>

<ul>
<li>Problem: You need to copy the output of a command from the terminal or within a script.</li>
<li>Solution: Apple provides the <code>pbcopy</code> utility which accepts any piped input and pushes it to the system pasteboard. (pb is for pasteboard). It works with both plain text and rich text data, and there&#8217;s a companion utility called <code>pbpaste</code>. It does exactly what you think it does.</li>
</ul></li>
<li><code>mdfind</code>

<ul>
<li>Problem: Spotlight has proven to be very useful for you on the Desktop, but you need those search results for a script.</li>
<li>Solution: <code>mdfind</code> has full access to both human syntax Spotlight queries <em>and</em> predicate-based queries for detailed, accurate searches. Also see <code>mdls</code> and <code>mdimport</code>.</li>
</ul></li>
</ul>

<h2>Super-nerdy</h2>

<ul>
<li><a href="http://brettterpstra.com/tag/keybindings">KeyBindings</a>

<ul>
<li>Problem: You want a universal set of keystrokes for performing text actions that aren&#8217;t typically available in Cocoa apps.</li>
<li>By default, the text fields in most Mac applications have Emacs keybindings available in addition to command, option and arrow key navigation, but you can directly control just about any text action and trigger by editing a DefaultKeyBinding.dict file in your Library folder. (<code>~/Library/KeyBindings/DefaultKeyBinding.dict</code>). <a href="http://brettterpstra.com/tag/keybindings">More info</a>.</li>
</ul></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/40-tips-in-40-minutes-show-notes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Force Quit apps from the Dock</title>
		<link>http://40tips.com/force-quit-apps-from-the-dock/</link>
		<comments>http://40tips.com/force-quit-apps-from-the-dock/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:44:47 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=101</guid>
		<description><![CDATA[If you right click or click-and-hold a running application in the Dock, pressing option will change the &#8220;Quit&#8221; menu item to &#8220;Force Quit.&#8221; This is especially handy for apps which have frozen but which the system hasn&#8217;t recognized as unresponsive yet. Video tag not supported. Download the video here.]]></description>
			<content:encoded><![CDATA[<p>If you right click or click-and-hold a running application in the Dock, pressing option will change the &#8220;Quit&#8221; menu item to &#8220;Force Quit.&#8221; This is especially handy for apps which have frozen but which the system hasn&#8217;t recognized as unresponsive yet.</p>

<div class="drop-shadow">
  <video poster="http://40tips.com/media/OptClickForceQuit/OptClickForceQuitPoster.jpg" controls tabindex="0" preload="auto">
    <source src="http://40tips.com/media/OptClickForceQuit/OptClickForceQuit.webm" type='video/webm; codecs="vp8, vorbis"' />
    <source src="http://40tips.com/media/OptClickForceQuit/OptClickForceQuit.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <source src="http://40tips.com/media/OptClickForceQuit/OptClickForceQuit.ogv" type='video/ogg; codecs="theora, vorbis"' />
    Video tag not supported. Download the video <a href="http://40tips.com/media/OptClickForceQuit/OptClickForceQuit.mp4">here</a>.
  </video>
</div>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/force-quit-apps-from-the-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://40tips.com/media/OptClickForceQuit/OptClickForceQuit.mp4" length="1210299" type="video/mp4" />
<enclosure url="http://40tips.com/media/OptClickForceQuit/OptClickForceQuit.ogv" length="91282" type="video/ogg" />
		</item>
		<item>
		<title>Spotlight from the command line with mdfind</title>
		<link>http://40tips.com/spotlight-from-the-command-line-with-mdfind/</link>
		<comments>http://40tips.com/spotlight-from-the-command-line-with-mdfind/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:25:03 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=93</guid>
		<description><![CDATA[The mdfind command allows you to run Spotlight queries and predicate searches from the command line. See the man page for more details. Video tag not supported. Download the video here.]]></description>
			<content:encoded><![CDATA[<p>The <code>mdfind</code> command allows you to run Spotlight queries and predicate searches from the command line. See the <a href="http://ss64.com/osx/mdfind.html">man page</a> for more details.</p>

<div class="drop-shadow">
  <video poster="http://40tips.com/media/mdfind/mdfindPoster.jpg" controls tabindex="0" preload="auto">
    <source src="http://40tips.com/media/mdfind/mdfind.webm" type='video/webm; codecs="vp8, vorbis"' />
    <source src="http://40tips.com/media/mdfind/mdfind.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <source src="http://40tips.com/media/mdfind/mdfind.ogv" type='video/ogg; codecs="theora, vorbis"' />
    Video tag not supported. Download the video <a href="http://40tips.com/media/mdfind/mdfind.mp4">here</a>.
  </video>
</div>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/spotlight-from-the-command-line-with-mdfind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://40tips.com/media/mdfind/mdfind.mp4" length="4441180" type="video/mp4" />
<enclosure url="http://40tips.com/media/mdfind/mdfind.ogv" length="427208" type="video/ogg" />
		</item>
		<item>
		<title>Tags App</title>
		<link>http://40tips.com/tags-app/</link>
		<comments>http://40tips.com/tags-app/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:23:23 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=91</guid>
		<description><![CDATA[Tags is a great app for organizing your photos, emails and files using OpenMeta tags. It allows you to add tags to just about anything, and then search them from an intuitive, Spotlight-like interface. Video tag not supported. Download the video here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.caseapps.com/tags/">Tags</a> is a great app for organizing your photos, emails and files using <a href="http://code.google.com/p/openmeta/">OpenMeta tags</a>. It allows you to add tags to just about anything, and then search them from an intuitive, Spotlight-like interface.</p>

<div class="drop-shadow">
  <video poster="http://40tips.com/media/TagsApp/TagsAppPoster.jpg" controls tabindex="0" preload="auto">
    <source src="http://40tips.com/media/TagsApp/TagsApp.webm" type='video/webm; codecs="vp8, vorbis"' />
    <source src="http://40tips.com/media/TagsApp/TagsApp.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <source src="http://40tips.com/media/TagsApp/TagsApp.ogv" type='video/ogg; codecs="theora, vorbis"' />
    Video tag not supported. Download the video <a href="http://40tips.com/media/TagsApp/TagsApp.mp4">here</a>.
  </video>
</div>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/tags-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://40tips.com/media/TagsApp/TagsApp.mp4" length="5118530" type="video/mp4" />
<enclosure url="http://40tips.com/media/TagsApp/TagsApp.ogv" length="710199" type="video/ogg" />
		</item>
		<item>
		<title>Use the system clipboard from the command line</title>
		<link>http://40tips.com/use-the-system-clipboard-from-the-command-line/</link>
		<comments>http://40tips.com/use-the-system-clipboard-from-the-command-line/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:21:49 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=89</guid>
		<description><![CDATA[You can access the system clipboard from the command line (Terminal) with the pbcopy and pbpaste commands. These are great for piping input and output to. Video tag not supported. Download the video here.]]></description>
			<content:encoded><![CDATA[<p>You can access the system clipboard from the command line (Terminal) with the <code>pbcopy</code> and <code>pbpaste</code> commands. These are great for piping input and output to.</p>

<div class="drop-shadow">
  <video poster="http://40tips.com/media/pbcopy/pbcopyPoster.jpg" controls tabindex="0" preload="auto">
    <source src="http://40tips.com/media/pbcopy/pbcopy.webm" type='video/webm; codecs="vp8, vorbis"' />
    <source src="http://40tips.com/media/pbcopy/pbcopy.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <source src="http://40tips.com/media/pbcopy/pbcopy.ogv" type='video/ogg; codecs="theora, vorbis"' />
    Video tag not supported. Download the video <a href="http://40tips.com/media/pbcopy/pbcopy.mp4">here</a>.
  </video>
</div>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/use-the-system-clipboard-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://40tips.com/media/pbcopy/pbcopy.mp4" length="2296403" type="video/mp4" />
<enclosure url="http://40tips.com/media/pbcopy/pbcopy.ogv" length="190480" type="video/ogg" />
		</item>
		<item>
		<title>Quit applications from the Application Switcher</title>
		<link>http://40tips.com/quit-applications-from-the-application-switcher/</link>
		<comments>http://40tips.com/quit-applications-from-the-application-switcher/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:19:25 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=86</guid>
		<description><![CDATA[You can quit applications from the Cmd-Tab Application Switcher by pressing &#8220;Q&#8221; on a highlighted application as you tab through them. Video tag not supported. Download the video here.]]></description>
			<content:encoded><![CDATA[<p>You can quit applications from the Cmd-Tab Application Switcher by pressing &#8220;Q&#8221; on a highlighted application as you tab through them.</p>

<div class="drop-shadow">
  <video poster="http://40tips.com/media/QinCmdTab/QinCmdTabPoster.jpg" controls tabindex="0" preload="auto">
    <source src="http://40tips.com/media/QinCmdTab/QinCmdTab.webm" type='video/webm; codecs="vp8, vorbis"' />
    <source src="http://40tips.com/media/QinCmdTab/QinCmdTab.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <source src="http://40tips.com/media/QinCmdTab/QinCmdTab.ogv" type='video/ogg; codecs="theora, vorbis"' />
    Video tag not supported. Download the video <a href="http://40tips.com/media/QinCmdTab/QinCmdTab.mp4">here</a>.
  </video>
</div>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/quit-applications-from-the-application-switcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://40tips.com/media/QinCmdTab/QinCmdTab.mp4" length="2007898" type="video/mp4" />
<enclosure url="http://40tips.com/media/QinCmdTab/QinCmdTab.ogv" length="215914" type="video/ogg" />
		</item>
		<item>
		<title>Keybindings</title>
		<link>http://40tips.com/keybindings/</link>
		<comments>http://40tips.com/keybindings/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:14:40 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=81</guid>
		<description><![CDATA[For advanced users, there&#8217;s a ton of fun to be had with the DefaultKeyBindings.dict file. Any combination of text actions you can complete with the keyboard can be assigned to hotkeys. See this blog entry to get started. Video tag not supported. Download the video here.]]></description>
			<content:encoded><![CDATA[<p>For advanced users, there&#8217;s a ton of fun to be had with the DefaultKeyBindings.dict file. Any combination of text actions you can complete with the keyboard can be assigned to hotkeys. See <a href="http://brettterpstra.com/keybinding-madness/">this blog entry</a> to get started.</p>

<div class="drop-shadow">
  <video poster="http://40tips.com/media/Keybindings1/Keybindings1Poster.jpg" controls tabindex="0" preload="auto">
    <source src="http://40tips.com/media/Keybindings1/Keybindings1.webm" type='video/webm; codecs="vp8, vorbis"' />
    <source src="http://40tips.com/media/Keybindings1/Keybindings1.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <source src="http://40tips.com/media/Keybindings1/Keybindings1.ogv" type='video/ogg; codecs="theora, vorbis"' />
    Video tag not supported. Download the video <a href="http://40tips.com/media/Keybindings1/Keybindings1.mp4">here</a>.
  </video>
</div>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/keybindings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://40tips.com/media/Keybindings1/Keybindings1.mp4" length="7317798" type="video/mp4" />
<enclosure url="http://40tips.com/media/Keybindings1/Keybindings1.ogv" length="823859" type="video/ogg" />
		</item>
		<item>
		<title>Faster folder navigation with Command-Shift-G</title>
		<link>http://40tips.com/faster-folder-navigation-with-command-shift-g/</link>
		<comments>http://40tips.com/faster-folder-navigation-with-command-shift-g/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:11:23 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=76</guid>
		<description><![CDATA[In Finder (and in any Save/Open dialog), you can navigate quickly to any folder by pressing Command-Shift-G to bring up the Go To Folder dialog, then typing the UNIX path to the folder. This is often faster than navigating folders by mouse, assuming you know the path. Tab completion works (fairly well), so typing the [...]]]></description>
			<content:encoded><![CDATA[<p>In Finder (and in any Save/Open dialog), you can navigate quickly to any folder by pressing Command-Shift-G to bring up the Go To Folder dialog, then typing the UNIX path to the folder. This is often faster than navigating folders by mouse, assuming you know the path. Tab completion works (fairly well), so typing the first few letters of a directory name and pressing Tab will finish that portion of the path for you.</p>

<div class="drop-shadow">
  <video poster="http://40tips.com/media/CmdShiftG/CmdShiftGPoster.jpg" controls tabindex="0" preload="auto">
    <source src="http://40tips.com/media/CmdShiftG/CmdShiftG.webm" type='video/webm; codecs="vp8, vorbis"' />
    <source src="http://40tips.com/media/CmdShiftG/CmdShiftG.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <source src="http://40tips.com/media/CmdShiftG/CmdShiftG.ogv" type='video/ogg; codecs="theora, vorbis"' />
    Video tag not supported. Download the video <a href="http://40tips.com/media/CmdShiftG/CmdShiftG.mp4">here</a>.
  </video>
</div>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/faster-folder-navigation-with-command-shift-g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://40tips.com/media/CmdShiftG/CmdShiftG.mp4" length="0" type="video/mp4" />
<enclosure url="http://40tips.com/media/CmdShiftG/CmdShiftG.ogv" length="0" type="video/ogg" />
		</item>
		<item>
		<title>iTerm2</title>
		<link>http://40tips.com/iterm2/</link>
		<comments>http://40tips.com/iterm2/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:07:38 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=72</guid>
		<description><![CDATA[iTerm2 is a replacement for the default OS X Terminal application. It provides split panes, tabs and a plethora of extra features. It includes a &#8220;visor&#8221; mode which allows your main terminal window to slide down from the top of the screen with a hotkey, disappearing when you don&#8217;t need it. Recommended for any command [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iterm2.com/">iTerm2</a> is a replacement for the default OS X Terminal application. It provides split panes, tabs and a plethora of extra features. It includes a &#8220;visor&#8221; mode which allows your main terminal window to slide down from the top of the screen with a hotkey, disappearing when you don&#8217;t need it. Recommended for any command line junky.</p>

<div class="drop-shadow">
  <video poster="http://40tips.com/media/iTerm2/iTerm2Poster.jpg" controls tabindex="0" preload="auto">
    <source src="http://40tips.com/media/iTerm2/iTerm2.webm" type='video/webm; codecs="vp8, vorbis"' />
    <source src="http://40tips.com/media/iTerm2/iTerm2.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <source src="http://40tips.com/media/iTerm2/iTerm2.ogv" type='video/ogg; codecs="theora, vorbis"' />
    Video tag not supported. Download the video <a href="http://40tips.com/media/iTerm2/iTerm2.mp4">here</a>.
  </video>
</div>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/iterm2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://40tips.com/media/iTerm2/iTerm2.ogv" length="350234" type="video/ogg" />
<enclosure url="http://40tips.com/media/iTerm2/iTerm2.mp4" length="2978446" type="video/mp4" />
		</item>
		<item>
		<title>Locate Spotlight results in Finder with Command-Return</title>
		<link>http://40tips.com/locate-spotlight-results-in-finder-with-command-return/</link>
		<comments>http://40tips.com/locate-spotlight-results-in-finder-with-command-return/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:04:35 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://40tips.com/?p=70</guid>
		<description><![CDATA[You can quickly open a file located by Spotlight in Finder by highlighting it and pressing Command-Return. Video tag not supported. Download the video here.]]></description>
			<content:encoded><![CDATA[<p>You can quickly open a file located by Spotlight in Finder by highlighting it and pressing Command-Return.</p>

<div class="drop-shadow">
  <video poster="http://40tips.com/media/CommandEnterSpotlight/CommandEnterSpotlightPoster.jpg" controls tabindex="0" preload="auto">
    <source src="http://40tips.com/media/CommandEnterSpotlight/CommandEnterSpotlight.webm" type='video/webm; codecs="vp8, vorbis"' />
    <source src="http://40tips.com/media/CommandEnterSpotlight/CommandEnterSpotlight.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <source src="http://40tips.com/media/CommandEnterSpotlight/CommandEnterSpotlight.ogv" type='video/ogg; codecs="theora, vorbis"' />
    Video tag not supported. Download the video <a href="http://40tips.com/media/CommandEnterSpotlight/CommandEnterSpotlight.mp4">here</a>.
  </video>
</div>
]]></content:encoded>
			<wfw:commentRss>http://40tips.com/locate-spotlight-results-in-finder-with-command-return/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://40tips.com/media/CommandEnterSpotlight/CommandEnterSpotlight.ogv" length="244500" type="video/ogg" />
<enclosure url="http://40tips.com/media/CommandEnterSpotlight/CommandEnterSpotlight.mp4" length="2179814" type="video/mp4" />
		</item>
	</channel>
</rss>

