본문 바로가기

OS/Mac OS X

스크린 캡쳐 기본 이름 변경하기

맥에서 켭쳐시 스크린샷 다음 시간으로 나온다.


가끔 한글 파일이 문제인 시스템이 있어서 영어로 바꾸려고 한다.

➜  ~ defaults write com.apple.screencapture name "ScreenCapture"

➜  ~ killall SystemUIServer


추가로 이렇게 하면 기본 캡쳐 이름이

"스크린샷 2018-09-21 오전 10.18.30"에서  "ScreenCapture 2018-09-21 오전 10.22.30" 형식으로 바뀌는데,

오전 이 들어가는 것이 성가시다.

"설정 > 언어 및 지역 > 고급"에서 [날짜|시간] 탭에서 수정이 가능하다.





ref. http://www.idownloadblog.com/2015/04/16/how-to-change-name-screenshot-mac/

Step 1: Launch Terminal.

Step 2: Copy/paste or enter this command line, and replace “iDB” with whatever you see fit. Hit Enter when done.

defaults write com.apple.screencapture name "iDB"

Change name of screenshot

Step 3: Copy/paste or enter the following command line, followed by Enter.

killall SystemUIServer