Search Mac Software Downloads
|
  Main     Utilities     OpenTerminal  

OpenTerminal User Reviews (10 posts)Write A Review
sort: smiles | time
Sep 1 2009

HEILEI  Snow Leopard compatibility? Any news?  
(Version 2.0.5)

praisebury
0
[ Reply ]
Sep 10 2008

DAMIEN POLLET  2.0.4 doesn't seem to find (a recent) iTerm…  
(Version 2.0.4)

praisebury
0
[ 2 Replies - Reply ]
Replies:
Oct 6 2008

THOMAS WIESEHöFER  The iTerm developers changed the bundle identifier. OpenTerminal 2.0.5 now recognizes the new identifier.  
(Version 2.0.5)

praisebury
0
Oct 6 2008

DAMIEN POLLET  Thanks !  
(Version 2.0.5)

praisebury
0

Jan 25 2008
*****

TEXLOGIC  Extremely useful utility, nicely implemented.  
(Version 2.0.4)

praisebury
0
[ Reply ]
Jan 25 2008

HAZMAT  Great stuff! Thanks so much.  
(Version 2.0.4)

praisebury
0
[ Reply ]
Dec 21 2007

JGC94131  In Leopard Terminal now supports Tabs. Will you be updating OpenTerminal to support that?  
(Version 2.0.3)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Jan 25 2008

THOMAS WIESEHöFER  Unfortunately, Leopard's Terminal.app has no "make new tab" AppleScript command. However, OpenTerminal 2.0.4 supports tabs in Terminal windows if you have UI scripting turned on.  
(Version 2.0.4)

praisebury
0

Dec 5 2006

THOMAS WIESEHöFER  Thanks for sharing this idea!

I have added your instructions to the OpenTerminal readme file. I've slightly modified them to work with OpenTerminal, so that "cdf" can use OpenTerminals functionality (support for Unicode file names, cd to the desktop if no windows are open, cd to the trash folder, etc.)

An especially cool thing with your command is that it works with every terminal application including xterm.  
(Version 2.0.3)

praisebury
0
[ Reply ]
Nov 30 2006

MONOCLAST  For anyone interested, I accomplish the same thing with a simple addition to my ~/.bashrc file:

####################################################################

# implement cdf command #

# (changes the working dir to the front-most window of the Finder) #

####################################################################

cdf()

{

eval cd "`osascript -e 'tell app "Finder" to return the quoted form of the POSIX path of (target of window 1 as alias)' 2>/dev/null`"

}

With this added to your .bashrc file, you can open a terminal window and type "cdf" to change the working directory to the front-most Finder window.  
(Version 2.0.2)

praisebury
0
[ 2 Replies - Reply ]
Replies:
Jan 25 2007

CBX322  Why not use:

cdf()

{

open .

}

;)  
(Version 2.0.3)

praisebury
0
Jan 25 2007

MONOCLAST  Because "." does not expand to "the current front-most Finder window". It expands to "the current working directory", which is not nearly the same thing. Try it.  
(Version 2.0.3)

praisebury
0

Nov 2 2006
*****

OBERBASTLER  Great application, really fast, the contextual menu works perfectly (I don't use the other features), and best of all, it works with iTerm, which I much prefer over Terminal.app .  
(Version 2.0)

praisebury
0
[ Reply ]
Nov 2 2006

DAMIEN POLLET  Wherever I put OpenTerminal (Finder window toolbar, dock) it says that I should run it from the dock then doesn't open anything...  
(Version 2.0)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Nov 2 2006

GREENSPAN  You probably still have the OpenTerminal application selected in the Finder. Deselect it or try OpenTerminal with another window and it will work.  
(Version 2.0)

praisebury
0

Oct 30 2006

SLITHYTOVE  A simple Applescript saved as an Application and copied to the Finder toolbar would do the same without this 'background mode' stuff. Like the icon though.  
(Version 1.5.1)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Nov 2 2006

DAMIEN POLLET  Slithy, "Open Terminal Here" is what you want then. The problem is that it's kinda slow to launch and run an applescript one day I'll understand why Apple keeps that crappy language around...

However, I have a problem with OpenTerminal... wherever I put it (Finder window toolbar, dock) it says that I should run it from the dock then doesn't open anything...  
(Version 2.0)

praisebury
0

 

The opinions expressed in the reviews are not necessarily those of MacUpdate.
MacUpdate waives any legal binding related to the comments and opinions expressed in the reviews.
Please contact MacUpdate politely if you wish for a comment to be reviewed by MacUpdate for removal.