emacs-anywhere

(★ 32)

Edit text from any macOS application in Emacs.

파일 탐색기

  • emacs-anywhere.gif
  • README.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

brew install

설명 보기 ▼

Install a Homebrew formula or cask.

brew install {{formula|cask}}

Install a formula/cask:

brew install {{[-s|--build-from-source]}} {{formula}}

Build and install a formula from source (dependencies will still be installed from bottles):

brew install {{[-n|--dry-run]}} {{formula|cask}}

Download the manifest, print what would be installed but don't actually install anything:

🔍

emacs

설명 보기 ▼

확장 가능, 사용자 정의 가능, 자체 문서화가 되는 실시간 디스플레이 편집기.
관련 항목: `emacsclient`.
더 많은 정보: <https://www.gnu.org/software/emacs>.

emacs {{path/to/file}}

Emacs 시작 및 파일 열기:

emacs +{{line_number}} {{path/to/file}}

지정된 줄 번호에서 파일 열기:

emacs --script {{path/to/file.el}}

Emacs Lisp 파일을 스크립트로 실행:

🔍

emacsclient

설명 보기 ▼

기존 Emacs 서버에서 파일을 열기.
관련 항목: `emacs`.
더 많은 정보: <https://www.gnu.org/software/emacs/manual/html_node/emacs/emacsclient-Options.html>.

emacsclient {{path/to/file}}

기존 Emacs 서버에서 파일을 열기 (사용 가능한 경우, GUI 사용):

emacsclient {{[-nw|--no-window-system]}} {{path/to/file}}

콘솔 모드에서 파일 열기 (X 윈도우 없이):

emacsclient {{[-c|--create-frame]}} {{path/to/file}}

새로운 Emacs 창에서 파일을 열기:

🔍

git clone

설명 보기 ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

shift

설명 보기 ▼

위치 매개변수를 이동.
더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-shift>.

shift

첫 번째 위치 매개변수 제거:

shift {{n}}

첫 번째 `N`개의 위치 매개변수 제거:

🔍

yabai

설명 보기 ▼

바이너리 공간 분할을 기반으로 한 macOS 타일링 윈도우 관리자.
더 많은 정보: <https://github.com/asmvik/yabai/wiki>.

yabai -m config layout {{bsp|stack|float}}

레이아웃 설정을 위한 설정 [m]메시지 전송:

yabai -m config window_gap {{10}}

윈도우 간격을 포인트 단위로 설정:

yabai -m config window_opacity on

불투명도 활성화:

// repository documentation