찬란하게

맥북_Rectangle 화면분할 프로그램 본문

웹프로그래밍/개발환경구축

맥북_Rectangle 화면분할 프로그램

체리핫 2023. 6. 22. 17:15

이번글은, 저번글에 이어서 맥북을 구매한 개발자들을 위해 설치해야 할 필수 프로그램에 대해 소개드립니다. 맥북을 처음 사서 뭐부터 설치해야 할지 모르는 사람들에게 생산성을 높일 수 있는 프로그램들을 알려드리겠습니다.

1. Rectangle 이란

Rectangle은 키보드 단축키 또는 스냅(마우스 드래그)을 이용하여 손쉽게 창 이동 및 크기를 조절할 수 있는 프로그램입니다.
 
 

2. Rectangle 설치

설치 페이지 :  https://github.com/rxhanson/Rectangle

 

GitHub - rxhanson/Rectangle: Move and resize windows on macOS with keyboard shortcuts and snap areas

Move and resize windows on macOS with keyboard shortcuts and snap areas - GitHub - rxhanson/Rectangle: Move and resize windows on macOS with keyboard shortcuts and snap areas

github.com

설치 방법 : brew를 통해 쉽게 설치 가능

Rectangle 화면분할 단축키

1) spotlight 검색 : cmd + space

2) terminal 검색 후 실행

3) brew 명령어 (아래 내용 그대로) 입력

brew install rectangle

4) 설치 기다리기

터미널창

5) 설치 완료 

터미널창 설치 완료

6) 실행 : spotlight > rectangle

실행 후 개인정보보호 및 보안 > 손쉬운 사용에서 권한을 허용해준다.

rectangle 권한 허용

7) 맥 부팅시 자동으로 rectangle 실행하고 싶다면, 환경설정 > 사용자 및 그룹에서  Rectangle 추가해주기

혹은 rectangle 설정 화면에서 로그인 시 실행 체크표시하기



맥북에서 화면 분할 프로그램인 Rectangle 프로그램의 설치법과 설정 소개드렸습니다.

다음번엔 클립보드 프로그램을 설치 해보도록 하겠습니다.

 

'웹프로그래밍 > 개발환경구축' 카테고리의 다른 글

맥북_homebrew 설치  (0) 2023.06.22