mklement0 / ttab

macOS and Linux CLI for opening a new terminal tab/window, optionally with a command to execute and/or display settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with latest iTerm2

rblalock opened this issue · comments

The tabs open but doesn't run thecommand

@rblalock:

I just tried with the current stable version, 3.3.4, and I don't see a problem; the following work fine for me:

ttab ls  # open new tab and run `ls`
ttab -w ls # open new window and run `ls`

What version are you using? A test release? Are you aware of upcoming breaking changes to the AppleScript API?

Sorry, I just tried again. It doesn't work with the latest beta...so that's the issue. Hopefully it's something they just broke on their side, with apple script.

Thanks for following up. I sure hope that they won't break the AppleScript API, but do let me know if you hear anything.