Bitbar: Change terminal app

Created on 16 Jan 2016  路  10Comments  路  Source: matryer/bitbar

Hello,

It's possible to open another app instead of Terminal such as iTerm ?

Thansk

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.

All 10 comments

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?

What happens if you make iTerm default using its own interface?

https://superuser.com/a/870487

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://"
Was this page helpful?
0 / 5 - 0 ratings

Related issues

h0d picture h0d  路  3Comments

JayBrown picture JayBrown  路  6Comments

fenhl picture fenhl  路  4Comments

BigPrimeNumbers picture BigPrimeNumbers  路  4Comments

insiderq picture insiderq  路  10Comments