Open new Terminal Tab from command line (Mac OS X)

前端 未结 13 2283
醉话见心
醉话见心 2020-12-02 04:19

Is it possible to open a new tab in Mac OS X\'s terminal from the command line in a currently opened tab?

I know that the keyboard shortcut to open a new tab in Term

13条回答
  •  一向
    一向 (楼主)
    2020-12-02 04:42

    If you are using iTerm this command will open a new tab:

    osascript -e 'tell application "iTerm" to activate' -e 'tell application "System Events" to tell process "iTerm" to keystroke "t" using command down'
    

提交回复
热议问题