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
There is a new issue with fish an recent macOS version.
When executing the do script apple script command to launch a new window, the script is not executed when the shell is fish
For instance, the following apple script open a new termina window, but does not execute any command:
tellapplication"Terminal"to do script"echo Hello World"
It is easy to workaround that issue by first launching the terminal with a dummy command, and then execute the real script in the freshly opened window:
I am reopening this compatibility issue with the fish shell.
original issue: #50
The text was updated successfully, but these errors were encountered: