Mac OS X ScreenCapture Filename Setup in terminal

터미널에서 아래 명령을 한줄씩 복사해 붙여 넣으면 캡쳐환경을 변경할 수 있다.    

 캡쳐파일명의 접두어를 변경설정한다.

  defaults write com.apple.screencapture name "owl"; killall SystemUIServer      

자신의 컴퓨터에 알맞게 저장경로로 변경해서 실행한다.

mkdir ~/Desktop/screenCapture

  defaults write com.apple.screencapture location "~/Desktop/screenCapture"; killall SystemUIServer      

파일형식을 png로 변경한다.

  defaults write com.apple.screencapture type png; killall SystemUIServer      

캡쳐 이미지에 그림자뺄 때 실행하는 명령어

  defaults write com.apple.screencapture disable-shadow -bool true; killall SystemUIServer      

 

설정 확인

cat ~/Library/Preferences/com.apple.screencapture.plist 

 

bplist00Ô^A^B^C^D^E^F^G^H_^P^Tlast-analytics-stampTnameXlocation^disable-shadow#AÅ*^S=Àß<8b>Sowl_^P^W~/Desktop/screenCapture    ^H^Q(-6ENRl^@^@^@^@^@^@^A^A^@^@^@^@^@^@^@       ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@m

 

 

Mac OS X 에서 캡쳐 단축키들

   

  • Command+Shift+3 – Takes a screenshot of the entire screen.
  • Command+Shift+4 – Allows you to take selective screenshots.
  • Command+Shift+4 then hit Spacebar – Takes a screenshot of the highlighted window/area.
  • Command+Control+Shift+3 or Command+Control+Shift+4 – Takes the screenshot and stores it on the clipboard.

 

capture filename of date format

시스템 환경 > 언어 및 지역 > 24시간제

시스템 환경 > 언어 및 지역 > 고급 > 날짜 > 중간

ex)

by

댓글 남기기