Mac OS X / Open terminal with specified windows

前端 未结 9 1068
逝去的感伤
逝去的感伤 2020-12-13 09:57

Is it possible to open a terminal window with 3 tabs. Each tab should have different path.

Example:

Tab1: /etc
Tab2: /bin
Tab3: /www/ tail -f file.tx         


        
9条回答
  •  北海茫月
    2020-12-13 10:35

    Another way of doing this is by using the Elscripto ruby gem: https://github.com/Achillefs/elscripto. It allows yuo to easily specify terminal tabs using a YAML file

提交回复
热议问题