From b501a63c77db909417dec0bfa216b391e0dd7001 Mon Sep 17 00:00:00 2001 From: "Sam Turner (MB)" Date: Fri, 4 Sep 2015 21:55:16 +0100 Subject: [PATCH] a few syntax changes Initial version worked fine on one mac and not the other, changed more of the Applescript to fit in with the new iTerm3 specs. --- Open iTerm at Path.dzbundle/action.rb | 29 ++++++++++++++------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Open iTerm at Path.dzbundle/action.rb b/Open iTerm at Path.dzbundle/action.rb index c1450eff..0d380181 100755 --- a/Open iTerm at Path.dzbundle/action.rb +++ b/Open iTerm at Path.dzbundle/action.rb @@ -5,10 +5,9 @@ # Creator: Sam Turner # URL: http://www.digi.ltd.uk # Events: Clicked, Dragged -# KeyModifiers: Command, Option, Control, Shift # SkipConfig: No # RunsSandboxed: No -# Version: 1.0 +# Version: 1.1 # MinDropzoneVersion: 3.0 @@ -30,20 +29,22 @@ def dragged puts dir - # Launch Terminal in desired directory + # Launch iTerm in desired directory if dir puts `osascript -so <