V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
GeforceLee
V2EX  ›  Apple

go2shell 在 iTerm2 v3 失灵了

  •  
  •   GeforceLee · 2016-06-16 16:24:12 +08:00 · 2350 次点击
    这是一个创建于 2869 天前的主题,其中的信息可能已经有所发展或是发生改变。

    iTerm2 在升级的 v3 版以后 go2shell 失灵了,大家遇到了吗?

    4 条回复    2016-06-17 17:59:11 +08:00
    steveshi
        1
    steveshi  
       2016-06-16 16:56:35 +08:00
    没有,仍然能使用
    Tink
        2
    Tink  
       2016-06-16 16:58:02 +08:00 via iPhone
    workflow 那个是失灵了
    GeforceLee
        3
    GeforceLee  
    OP
       2016-06-17 17:18:52 +08:00
    果断换回 2.1.4 了
    bumaociyuan
        4
    bumaociyuan  
       2016-06-17 17:59:11 +08:00
    ```

    tell application "Finder"
    set pathList to (quoted form of POSIX path of (folder of the front window as alias))
    set command to "clear; cd " & pathList
    end tell

    tell application "System Events"
    -- some versions might identify as "iTerm2" instead of "iTerm"
    set isRunning to (exists (processes where name is "iTerm")) or (exists (processes where name is "iTerm2"))
    end tell

    tell application "iTerm"
    activate
    set hasNoWindows to ((count of windows) is 0)
    if isRunning and hasNoWindows then
    create window with default profile
    end if
    select first window

    tell the first window
    if isRunning and hasNoWindows is false then
    create tab with default profile
    end if

    tell current session to write text command
    end tell
    end tell


    ```
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5293 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 08:02 · PVG 16:02 · LAX 01:02 · JFK 04:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.