- Create executable shell script with the following contents and save it anywhere
#!/bin/bash
open -a Terminal "`pwd`"
- Add execute permissions to your script: $ chmod +x
- In the Xcode menu bar, Go to Xcode -> Preferences -> Behaviors.
- Add a Custom behavior
- Name it "Open Terminal", or whatever.
- (Optional) Configure a hotkey for the behavior by tapping on the ⌘
- (Optional) Input hotkey combination
- Checkmark Run, select you script from step 1.
- Use it From Xcode -> Behaviors.