You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script must have a very specific file name ending with `.sh`.
36
-
The file name is the so called `App Bundle Identifier` and can be found executing from the Terminal App the following command (the example uses Sublime Text)
36
+
The file name is the so called `App Bundle Identifier` and can be found executing from the Terminal.app the following command (the example uses Sublime Text)
37
37
38
38
osascript -e 'id of app "/Applications/Sublime Text.app"'
39
39
@@ -43,3 +43,5 @@ that returns `com.sublimetext.3` so the file name will be
43
43
44
44
Some examples are available at [externalapp-integration](https://github.com/visualdiffer/externalapp-integration/tree/master/editors) repository
45
45
46
+
**Warning** The script must have the execute flag set otherwise will not be called (i.e. `chmod +x script`)
0 commit comments