mac 快捷启动 iTerm2,Ctrl + Alt + T 启动 iTerm2

1、创建服务

 

 

 

 

on run {input, parameters}
	
	(* Your script goes here *)
	tell application "iTerm"
		reopen
		activate
	end tell
end run

 2、添加快捷键启动

 

 

 

 

posted @ 2021-02-19 11:25  破冰Lab-Cookun  阅读(676)  评论(0编辑  收藏  举报