textream

(★ 3,630)

Textream is a free macOS teleprompter app for streamers, interviewers, and presenters. It highlights your script in real-time as you speak, displayed in a beautiful Dynamic Island overlay. With extensible features.

파일 탐색기

  • .gitignore
  • LICENSE
  • README.md
  • SECURITY.md

# 설치 가이드

swift
사전 준비물

설치 및 실행 절차

brew install textream

Homebrew를 통해 Textream을 설치합니다.

bash Textream/build.sh

제공된 빌드 스크립트를 사용하여 소스 코드로부터 앱을 빌드합니다.

핵심 명령어

brew install textream

Homebrew 패키지 관리자를 이용하여 Textream을 설치합니다.

bash Textream/build.sh

소스 코드를 빌드하고 패키징하는 스크립트를 실행합니다.

macOS 15 Sequoia 이상이 필요하며 Apple Silicon과 Intel Mac을 모두 지원합니다.

# 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:

🔍

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:

// repository documentation