Skip to content

Commit dc03d98

Browse files
committed
added paragraph about execute flag
1 parent ebcace2 commit dc03d98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

externalApps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It's necessary to create a Unix script and place it inside the directory
3333
/Users/<<username>>/Library/Application Scripts/com.visualdiffer/editors
3434

3535
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)
3737

3838
osascript -e 'id of app "/Applications/Sublime Text.app"'
3939

@@ -43,3 +43,5 @@ that returns `com.sublimetext.3` so the file name will be
4343

4444
Some examples are available at [externalapp-integration](https://github.com/visualdiffer/externalapp-integration/tree/master/editors) repository
4545

46+
**Warning** The script must have the execute flag set otherwise will not be called (i.e. `chmod +x script`)
47+
The Console.app could contain error messages

0 commit comments

Comments
 (0)