hello, It's possible to run command after cdto was opened ? i've create an Automator script, but not work : ```shell osascript -e 'tell app "cdTo" activate do shell script "echo hello" end tell' ```