升级后的iterm2没有打开配置文件

时间:2016-07-18 19:58:16

标签: macos applescript iterm

我希望能够在命令提示符下输入 it2 myMachine并弹出一个新会话,其中包含Iterm2中该配置文件的默认值。

以下用于升级之前,其中$ 1是个人资料名称......

def additive_merge: . as $dot | reduce ([$dot[] | paths(numbers)] | unique)[] as $path ({}; setpath($path; [$dot[] | getpath($path)] | add));

71:79:语法错误:预期的类名但找到了标识符。 (-2741)

我也正在看bash中的直接osascript。但是新标签没有得到命令。

osascript <<ENDSCRIPT
on run argv
  tell application "iTerm"
    activate
    tell the first terminal
      launch session "$1"
    end tell
  end tell
end run
ENDSCRIPT

1 个答案:

答案 0 :(得分:0)

我在iterm2帮助页面上找到了所有内容...告诉应用程序&#34; iTerm2&#34;告诉当前窗口使用默认配置文件创建选项卡结束告诉结束告诉有许多标准的Applescript功能(例如,获取窗口的大小和位置),这里没有记录。使用默认配置文件创建标签创建标签,其中包含个人资料&#34; name&#34;