Matt Turner
Matt Turner
possible proposal: ``` "my Menu": [ { "inTerminal": "multipleWindows", "name": "Opens three commands in their own window", "theme": [ "Default", "Homebrew", "Grass" ], "title": [ "first window", "second window", "third...
@stephenhandley Thanks that looks much better. I think we would still need a modifier that tells how to open the commands. Are they: - Opened in new Windows? - Opened...
`"inTerminal": "groupWindows",` `"inTerminal": "groupTabs",` `"inTerminal": "groupPanes",`
`windows` would open three windows `tabs` would open one window with three tabs `pane` (iTerm only) would open one window with three panes.
I don't have a lot of time to work on this issue. Anyone with objective-c experience is welcome to fork > make new branch > add this feature > submit...
I'll look into this as soon as I can. I'm a bit behind and have not installed 10.14 yet.
Due to security changes in Mojave the shuttle-info.plist needs to be changed. Adding the following should get it working again. ``` NSAppleEventsUsageDescription NSAppleEventsUsageDescription ``` fix will be coming in the...
@suxiaogang Thanks for the update. There is still an issue with Mojave when compiled with the latest xcode. I'll close this issue out when 1.30 is released.
Thanks for reporting. This should be fixed in the next release.
@skebi69 Looks reasonable! If you want to make a pull request I'll test it out to make sure we have no regressions. If all tests well I'll commit it.