OpenTerminal - 2.0.4open 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
Thank you for sharing this idea! - Version: 2.0.2, 12/5/2006 02:04AM PST
Thomas Wiesehöfer (Thomas Wiesehoefer)
An especially cool thing with your command is that it works with every terminal application including xterm.
Most Recent Replies: View All 1 Replies
- Thank you for sharing this idea!
Another way - Version: 2.0.2, 11/30/2006 02:16AM PST
(2 of 2 users found this comment useful)
monoclast####################################################################
# 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.
The latest version uses Leopard's Terminal tabs to full effect - excellent stuff!