User Tools

Site Tools


Shell_Scripting

**This is an old revision of the document!**

Using Shell Scripts with Keyboard Maestro

Under construction…

Execute Script in Keyboard Maestro

FIXME – TBD

Execute Script Other Apps

When you execute a shell script from other apps, like Terminal.app, the shell does NOT have access to the Keyboard Maestro Engine environment, and thus does NOT know anything about Keyboard Maestro Variables.

In order to access Keyboard Maestro Variables in these scripts, you must use a tool like osascript:

osascript -e 'tell application "Keyboard Maestro Engine" to get value of variable "MY_KM_Var"'
Shell_Scripting.1458434053.txt.gz · Last modified: 2016/03/19 20:34 by JMichaelTX