textream
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.
파일 탐색기
- release.yml
- FUNDING.yml
- set-macos-marketing-version.rb
- Textream-iOS-AppIcon.svg
- copyright.txt
- description.txt
- keywords.txt
- marketing_url.txt
- name.txt
- privacy_url.txt
- promotional_text.txt
- review_notes.txt
- subtitle.txt
- support_url.txt
- copyright.txt
- description.txt
- keywords.txt
- marketing_url.txt
- name.txt
- privacy_url.txt
- promotional_text.txt
- review_notes.txt
- subtitle.txt
- support_url.txt
- whats_new.txt
- README.md
- 01-prompt.png
- 03-guidance.png
- 04-recordings.png
- 05-settings.png
- 01-prompt.png
- 03-guidance.png
- 04-recordings.png
- 05-settings.png
- 01-word-tracking.png
- 02-guidance-modes.png
- 03-accessibility.png
- 01-word-tracking.png
- 02-guidance-modes.png
- 03-accessibility.png
- compose.swift
- contact-sheet.png
- README.md
- app-privacy.md
- ExportOptions-iOS.plist
- README.md
- CNAME
- index.html
- privacy.html
- support.html
- video.gif
- video.mp4
- Contents.json
- Contents.json
- icon_128x128.png
- [email protected]
- icon_16x16.png
- [email protected]
- icon_256x256.png
- [email protected]
- icon_32x32.png
- [email protected]
- icon_512x512.png
- [email protected]
- Contents.json
- OpenDyslexic-OFL.txt
- OpenDyslexic3-Regular.ttf
- BrowserServer.swift
- ContentView.swift
- DictationManager.swift
- DirectorServer.swift
- ExternalDisplayController.swift
- HighlightingTextEditor.swift
- icon.svg
- LanguageDetection.swift
- MarqueeTextView.swift
- NotchOverlayController.swift
- NotchSettings.swift
- PresentationNotesExtractor.swift
- PrivacyInfo.xcprivacy
- SettingsView.swift
- SpeechRecognizer.swift
- SpeechTextAlignment.swift
- TextDirection.swift
- Textream-DeveloperID.entitlements
- Textream.entitlements
- TextreamApp.swift
- TextreamService.swift
- UpdateChecker.swift
- VoiceActivityDetector.swift
- contents.xcworkspacedata
- TextreamiOS.xcscheme
- xcschememanagement.plist
- project.pbxproj
- CameraPreview.swift
- CaptureController.swift
- SavedRecordingsStore.swift
- AppModel.swift
- PromptModels.swift
- PromptSessionController.swift
- PromptSessionIdleTimerCoordinator.swift
- PromptTextProcessor.swift
- Contents.json
- Contents.json
- Textream-iOS-1024.png
- Contents.json
- TextreamLogo.svg
- Contents.json
- OpenDyslexic-OFL.txt
- OpenDyslexic3-Regular.ttf
- PromptMatcher.swift
- SpeechFollower.swift
- SpeechLanguageDetection.swift
- SpeechTextAlignment.swift
- VoiceActivityDetector.swift
- BracketHighlightingTextEditor.swift
- LanguageSuggestionBanner.swift
- PromptSessionView.swift
- PromptTextView.swift
- RootView.swift
- SavedRecordingsGallery.swift
- SettingsView.swift
- PrivacyInfo.xcprivacy
- TextreamiOSApp.swift
- PromptCoreTests.swift
- build.sh
- Info.plist
- TextreamiOS-Info.plist
- .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
소스 코드를 빌드하고 패키징하는 스크립트를 실행합니다.
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
brew install
설명 보기 ▼
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
설명 보기 ▼
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:
