Hello,
It's possible to open another app instead of Terminal such as iTerm ?
Thansk
Not currently, I actually wanted the same thing and am working on some code that would launch iTerm instead of Terminal. The AppleScript is very different for Terminal but it's doable.
It's possible for me to create a pull request.
I would like tu purpose you a solution
Thanks
It's ok :)
See my pull request https://github.com/matryer/bitbar/pull/179
I also would like this functionality. ANy update?
Bump?
This just make iTerm the default handler for certain types of files (e.g. .command).
This doesn't apply to Bitbar because it uses Applescript to open Terminal and tell it to run commands.
bump
bump
This works for me
bash="/usr/bin/open" param1="-a" param2 ="iterm" param3="ssh://"
Most helpful comment
This just make iTerm the default handler for certain types of files (e.g. .command).
This doesn't apply to Bitbar because it uses Applescript to open Terminal and tell it to run commands.