Results 32 comments of Matt Turner

Click on the Pull Request button; where it says this branch is 1 commit ahead. ![screen shot 2016-04-27 at 12 14 34 pm](https://cloud.githubusercontent.com/assets/4992951/14865090/c83eba2e-0c71-11e6-84e8-9df22131e263.png)

I've been thinking about adding this but running the command in screen. Terminal would not open, but if you wanted you could check on the command by reattaching using screen.

Feature added in https://github.com/fitztrev/shuttle/pull/245

I'll be installing the latest macOS this week and will test this out. @stefancrain solution should solve the issues. I'll be able to do some testing once I have latest...

@suxiaogang There are some applescript changes that should fix iTerm issues. You can see these changes in pull https://github.com/fitztrev/shuttle/pull/232 I have a couple more changes that I want to include...

Hi @ChrisMoriarty any difference if this is a new tab or a new window?

``` "cmd": "ssh [email protected]", "inTerminal": "tab", "name": "SSH blog - Opens in Tab of active window", "theme": "Ocean", "title": "title of tab" ``` or ``` "cmd": "ssh [email protected]", "inTerminal": "new",...

Thanks for testing. I'll look into this. Are the colors you have in the Ocean theme getting applied?

It seems that applescript is ignoring the size because it has its own sizing capability with the bounds property. Maybe this is better anyway because you could then set the...

I will need to add a size declaration the the command settings. Something like: ```"size": "VALUE"``` Then we can pass this value to the applescript