mklement0 / ttab

macOS and Linux CLI for opening a new terminal tab/window, optionally with a command to execute and/or display settings
285 stars 15 forks source link

Support iTerm #3

Closed ro31337 closed 8 years ago

ro31337 commented 8 years ago

iTerm is quite popular among devs who work on OS X. But ttab gives you error:

79:307: execution error: System Events got an error: Can’t get application process "Terminal". (-1728)

It would be great if iTerm can be supported.

mklement0 commented 8 years ago

I've just released v0.3.0 with iTerm support.

It is experimental in that the automated tests only cover Terminal.app for now.

Note that -t for setting the title isn't supported (if you know how to make that work, do let me know).

Let me know how it goes.