본문 바로가기
운영체제/macOS

macOS) Automator로 터미널 열기 단축키 설정

by nomfang 2021. 5. 4.
728x90
반응형

이 방법은 터미널 창을 하나만 띄울 수 있다

 

on run {input, parameters}
	tell application "iTerm"
		create window with default profile
		activate
	end tell
	
	return input
end run

 

폴더에서 새로운 터미널 열기는 기본 설정에 있기 때문에 단축키만 설정해주면 된다

반응형

댓글