Skip to content

Instantly share code, notes, and snippets.

@onevcat
Created June 27, 2016 06:41
Show Gist options
  • Save onevcat/6a7ff7fcc1c76dfc09d8f811eab8a721 to your computer and use it in GitHub Desktop.
Save onevcat/6a7ff7fcc1c76dfc09d8f811eab8a721 to your computer and use it in GitHub Desktop.
Fix Tower's "Open in Terminal" command with iTerm 3. Replace the content of /Applications/Tower.app/Contents/Resources/iTerm.applescript to this:
on execute(filename)
set command_string to quoted form of filename
tell application "System Events"
do shell script "Open -a iTerm " & command_string
end tell
end execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment