haynoi
Push-to-talk dictation for macOS — Vietnamese-first, English-friendly. Hold a key, speak, text appears in any app. Powered by Kyma API.
파일 탐색기
- release.yml
- haynoi-glyph-black.svg
- haynoi-glyph-white.svg
- haynoi-glyph.svg
- haynoi-icon.svg
- haynoi-wordmark.svg
- make-icons.sh
- README.md
- Contents.json
- icon_1024x1024.png
- icon_128x128.png
- icon_16x16.png
- icon_256x256.png
- icon_32x32.png
- icon_512x512.png
- icon_64x64.png
- Contents.json
- background.png
- background.svg
- start.wav
- stop.wav
- success.wav
- cancel.wav
- error.wav
- start.wav
- stop.wav
- cancel.wav
- error.wav
- start.wav
- stop.wav
- cancel.wav
- error.wav
- start.wav
- stop.wav
- Haynoi.entitlements
- Info.plist
- build-dmg.sh
- changelog-to-html.sh
- deploy-site.sh
- generate_sounds.py
- make_appcast.sh
- package_app.sh
- release.sh
- sign-and-notarize.sh
- index.html
- index.html
- index.html
- index.html
- analytics.js
- icon.png
- index.html
- llms.txt
- og.png
- robots.txt
- sitemap.xml
- AppState.swift
- HaynoiApp.swift
- PipelineController.swift
- AudioDucker.swift
- AudioRecorder.swift
- FailedDictationStore.swift
- SoundFeedback.swift
- SystemAudio.swift
- AuthState.swift
- HaynoiAuth.swift
- KeychainStorage.swift
- KymaAuth.swift
- PKCE.swift
- HotkeyDisplay.swift
- HotkeyManager.swift
- TextInserter.swift
- SettingsView.swift
- Analytics.swift
- AppStyleDetector.swift
- BalanceManager.swift
- BillingManager.swift
- CorrectionDetector.swift
- CorrectionDiff.swift
- CorrectionWatcher.swift
- LaunchAtLogin.swift
- LiveContext.swift
- MediaController.swift
- NotificationHelper.swift
- PersonalDictionary.swift
- Phonetics.swift
- SnippetManager.swift
- UsageTracker.swift
- STTProvider.swift
- TranscriptionMode.swift
- ContentView.swift
- FloatingBar.swift
- InsightsView.swift
- MainView.swift
- ObsidianTokens.swift
- OnboardingView.swift
- CorrectionLearningTests.swift
- CorrectionPassTests.swift
- MediaPolicyTests.swift
- PhoneticsTests.swift
- RewritePromptTests.swift
- .gitignore
- appcast.xml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- Makefile
- project.yml
- README.md
- run.sh
- version.env
# 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:
