<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>has_many :thoughts: Open new terminal window</title>
    <link>http://blog.kineticweb.com/articles/2007/08/16/open-new-terminal-window</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Musings from a Ruby on Rails development team</description>
    <item>
      <title>Open new terminal window</title>
      <description>&lt;p&gt;I&amp;#8217;ve always thought it would be nice to be able to quickly open a new terminal window in the &lt;strong&gt;same&lt;/strong&gt; folder you were already in.&lt;/p&gt;


	&lt;p&gt;Enter a &lt;a href="http://use.perl.org/~Ovid/journal/32086"&gt;handy little script&lt;/a&gt; Randy pointed me to that does just that.&lt;/p&gt;


	&lt;p&gt;I put it in my home directory and then added this to my .bash_login:&lt;/p&gt;


&lt;code&gt;
alias new='. ~/openterminal.sh'
&lt;/code&gt;

	&lt;p&gt;Now, I can just type &amp;#8216;new&amp;#8217; at any prompt and up pops a new Terminal window which automatically cd&amp;#8217;s to the same directory I was in.&lt;/p&gt;


	&lt;p&gt;Super handy! Thanks Randy!&lt;/p&gt;</description>
      <pubDate>Thu, 16 Aug 2007 20:37:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:4bdde287-fd78-435c-aa19-ba57da624a2c</guid>
      <author>Colin A. Bartlett</author>
      <link>http://blog.kineticweb.com/articles/2007/08/16/open-new-terminal-window</link>
      <category>OSX</category>
      <category>bash</category>
      <trackback:ping>http://blog.kineticweb.com/articles/trackback/54</trackback:ping>
    </item>
    <item>
      <title>"Open new terminal window" by Mat</title>
      <description>Cool trick!  I often use the unix screen utility to get this sort of effect (available via macports).  But this technique would let me use my ctrl-a without having to think about it.</description>
      <pubDate>Thu, 16 Aug 2007 21:52:18 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:f563cd59-d3ec-4a3d-815a-5153e1d8bf60</guid>
      <link>http://blog.kineticweb.com/articles/2007/08/16/open-new-terminal-window#comment-98</link>
    </item>
  </channel>
</rss>
