====
The Apple Script for launching "Terminal" at current Folder.
This is the Apple Script that can launch "Terminal" at current Folder.
You can launch "Terminal" on current folder by calling this script using short cut key When you are opening "Finder" at forefront.
Case of execute this when you aren't opening "Finder" at forefront, it will launch "Terminal" as default.
- Note
Source code is written in "main.txt"(is not scpt file) .
Because scpt can not open on this page.
*Launch "Automator" app.
*Choose "Service".
*Choose "no input" in select box of "service receives selected".
*Set "Run AppleScript" from left side.
*Back to this github page and copy source code in the script.
*Back to "Automator" again, then paste the code into panel of "Run AppleScript".
*Save as new worlflow.
*Open setting page of "Short cut" in "System Preferences".
*Select "Services" and find service as saved workflow from before.
*Set any short cut key you want to launch.
Open Finder. Press the short cut key, Then You will see that "Terminal" will be launched at current folder.
Case of when you aren't opening "Finder" at forefront, it will launch "Terminal" as default.
MIT Licence