OpenTerminal - 2.0.5open terminal for specific location directly from Finder |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Great time saver! 



- Version: 2.0.5, 4/4/2009 08:55AM PST
LargeCup
I only occasionally need to use terminal to get to a couple remote servers and manually cd-ing to everything is tedious and error-prone. This is a great tool that makes the task much easier. Thank you.
Great utility 



- Version: 2.0.5, 3/24/2009 03:20AM PST
donalwho
This tool does exactly what it says. Lets you open a terminal window directly from finder.
Works a treat. for loading are a bit vague. Just drag the app directly into the finder toolbar.
Works a treat. for loading are a bit vague. Just drag the app directly into the finder toolbar.
Link doesn't work. - Version: 2.0.5, 10/6/2008 07:49AM PST
davelike
And going to the developer's site only lists a version up to 10.4x
Most Recent Replies: View All 1 Replies
- Link doesn't work.
Thank you for sharing this idea! - Version: 2.0.2, 12/5/2006 02:04AM PST
Thomas Wiesehöfer
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.
An especially cool thing with your command is that it works with every terminal application including xterm.
Most Recent Replies: View All 1 Replies
Another way - Version: 2.0.2, 11/30/2006 02:16AM PST
(2 of 2 users found this comment useful)
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.
Enjoy.
####################################################################
# 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.
Enjoy.
AppleScript Error -1700 - Version: 2.0.1, 11/6/2006 04:22AM PST
Attaboy
When I try and use this, I just get an AppleScript error and nothing else happens.
The error says "System Events got an error: Can't make path of every login item into type reference. (-1700)"
The error says "System Events got an error: Can't make path of every login item into type reference. (-1700)"
Most Recent Replies: View All 2 Replies
I hate fleas and ticks - Version: 2.0.1, 11/4/2006 08:14PM PST
(0 of 4 users found this comment useful)
Hockpooh777
I just put Terminal under my tools folder in the application "Overflow" Much faster than anything else.
Most Recent Replies: View All 1 Replies
Gotta love it 



- Version: 2.0, 11/2/2006 08:18AM PST
fluttercork
OpenTerminal is one of my all-time favourite programs. I can't even say how often I use it each day. Just installed v2.0 and no problems whatsoever. Fixed the problem where it would get confused if the Get Info window was open and also seems to be a lot snappier than 1.3.1. Great stuff!
Versiontracker posted the wrong download link - Version: 2.0, 11/2/2006 08:08AM PST
Thomas Wiesehöfer
If you have downloaded OpenTerminal 1.5.1 instead of 2.0, please download the software again.