<!DOCTYPE html>
<!--
  __  __       _   _     _   _       _
 |  \/  | __ _| |_| |_  | | | | ___ (_) ___
 | |\/| |/ _` | __| __| | |_| |/ _ \| |/ _ \
 | |  | | (_| | |_| |_  |  _  | (_) | | (_) |
 |_|  |_|\__,_|\__|\__| |_| |_|\___// |\___/
                                  |__/

Welcome to matthojo.co.uk, the home of Matthew Harrison-Jones.
Feel freee to poke around and take what inspiration and tips / methods you can.
If you would like to speak to me about anything on this website, you can find me
as @matt_hojo on Twitter.

Thanks and enojoy your visit,

Matthew Harrison-Jones

All content (unless otherwise stated) copyright © Matthew Harrison-Jones

-->
<html lang="en">
<head>
	<!-- Meta -->
	<meta charset="utf-8" />
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />

	<!-- Use the .htaccess and remove these lines to avoid edge case issues.
	   More info: h5bp.com/i/378 -->
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

	<!-- Our site title and description -->
	<title>Alfred Hide / Show Hidden File Extentions | Matt Hojo</title>
	<meta name="description" content="The home of Matthew Harrison-Jones, here you can find is experiments and thoughts on the web, interface design and user experience design." />
	<meta name="keywords" content="place, your, website, keywoards, here, keep, them, related, to, the, content, of, your, website" />
	<meta name="author" content="Matthew Harrison-Jones" />

	<!-- Output DocPad produced meta elements -->
	<meta name="generator" content="DocPad v6.60.3" />

	<!-- Mobile viewport optimized: h5bp.com/viewport -->
	<meta name="viewport" content="width=device-width" />

	<!-- Icons -->
    <link rel="shortcut icon" href="ico/favicon.ico">
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
    <link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">

	<!-- Shims: IE6-8 support of HTML5 elements -->
	<!--[if lt IE 9]>
		<script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->

	<!-- Styles -->
	<link  rel="stylesheet" href="/vendor/bootstrap.css" /><link  rel="stylesheet" href="/vendor/bootstrap-responsive.css" /><link  rel="stylesheet" href="/css/style.css" />
</head>
<body>
<div id="wrap" role="document">
<div class="container">
  <header id="banner" class="container opacity" role="banner">
    <div class="brand">Matt Hojo</div>
    <div class="navbar navbar-top">
  		<div class="navbar-inner">
  			<nav id="nav-main" class="" role="navigation">
    			<ul id="menu-primary" class="nav centered">
            <li class="active menu-home"><a title="Home" href="/">Home</a></li>
						
						<li typeof="sioc:Page" about="/pages/articles" class="">
						  <a href="/pages/articles" property="dc:title">Articles</a>
  					    </li>
  					    
						<li typeof="sioc:Page" about="/pages/speaking" class="">
						  <a href="/pages/speaking" property="dc:title">Speaking</a>
  					    </li>
  					    
						<li typeof="sioc:Page" about="/pages/contact" class="">
						  <a href="/pages/contact" property="dc:title">Contact</a>
  					    </li>
  					    
  				</ul>
  			</nav>
  	  </div>
    </div>
	</header>
	<div id="content" class="row">
      	<div id="main" class="span8 offset2" role="main">
      		<article id="post" class="single post hentry">
	<header class="page">
    	<div class="info shadow ">
        	<h1 class="entry-title script_text">Alfred Hide / Show Hidden File Extentions</h1>
            <div class="sub_info muted">
                <time class="updated" datetime="2012-11-14T10:30:47+00:00" pubdate>
                    Posted: November 14th 2012, 10:30:47 am
                </time>
                <p class="read-time"><span>Read Time: </span><span class="read-time-value"></span></p>
                
                
                 
            </div>
			<hr />
        </div>
    </header>
    <div class="entry-content columns">
		<p><img src="/assets/Screen-Shot-2012-07-26-at-11.39.18.png" alt=""></p>
<p><a href="http://www.alfredapp.com/">Alfred</a> is one of the most useful tools I think I own on my Mac it speeds up production speeds like nothing you&#39;ve ever seen. One of my biggest gripes with Mac OS X though is the faff it takes to show hidden files / folders (including &#39;Library&#39; in Lion).</p>
<p>As a result of this I have made an Alfred extension to give you the ability to show / hide hidden files. All you need to do is open Alfred and enter &#39;<strong>hiddenfiles show</strong>&#39; or &#39;<strong>hiddenfiles hide</strong>&#39;, it&#39;s as easy as that!  </p>
<h2>Update v.2.0</h2>
<p>  The extention is now a tiny bit more clever. Now if you just type &#39;<strong>hiddenfiles</strong>&#39; without a parameter it will toggle the hidden file and folder visibility. The old method of forcing the visibility is still working too.</p>
<h3><a href="http://cl.ly/IM4q">Version 2.0 Download <small>for Alfred v1</small></a></h3>
<h3><a href="http://cl.ly/M8x0">Version 2.0 Download <small>for Alfred v2</small></a></h3>
<hr>
<p>Note: The Alfred v2 version supports shortcuts. <code>Command + Option + H</code> toggles hidden files.</p>
<hr>
<h2>Screenshots</h2>
<p><img src="/assets/Screen-Shot-2012-07-26-at-11.39.18-300x115.png" alt=""> Toggle visibility</p>
<p><img src="/assets/Screen-Shot-2012-07-26-at-11.39.37-300x101.png" alt=""> Force hide</p>
<p><img src="http://matthojo.co.uk/assets/Screen-Shot-2012-07-26-at-11.39.29-300x106.png" alt=""> Force show  </p>
<h2>Older Versions</h2>
<p>For those of you who like old things. <a href="http://cl.ly/9S84">Version 1.0 Download</a></p>

	</div>
</article>
      </div>
    </div>
  </div>
</div><!-- /#wrap -->

	<!-- Scripts -->
	<script>var GoSquared={acct: "GSN-134810-Q"};(function(a){function b(){a._gstc_lt=+(new Date);var b=document;var c=b.createElement("script");c.type="text/javascript";c.async=true;c.src="//d1l6p2sc9645hc.cloudfront.net/tracker.js";var d=b.getElementsByTagName("script")[0];d.parentNode.insertBefore(c,d)}a.addEventListener?a.addEventListener("load",b,false):a.attachEvent("onload",b)})(window)</script>
    <script type="text/javascript">

      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-4609610-2']);
      _gaq.push(['_setDomainName', 'matthojo.co.uk']);
      _gaq.push(['_trackPageview']);

      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();

    </script>
	<script defer="defer"  src="/vendor/jquery.js"></script><script defer="defer"  src="/vendor/log.js"></script><script defer="defer"  src="/vendor/modernizr.js"></script><script defer="defer"  src="/vendor/bootstrap.min.js"></script><script defer="defer"  src="/js/jquery.fitvids.min.js"></script><script defer="defer"  src="/js/script.js"></script>
</body>
</html>
