Skip to content

feat(desktop): add transcript copy and text export - #46

Merged
pranc1ngpegasus merged 2 commits into
mainfrom
cursor/transcript-export-b69b
Jun 2, 2026
Merged

feat(desktop): add transcript copy and text export#46
pranc1ngpegasus merged 2 commits into
mainfrom
cursor/transcript-export-b69b

Conversation

@pranc1ngpegasus

Copy link
Copy Markdown
Member

概要

文字起こし結果を他のアプリへ貼り付けたり、ファイルとして保存できるようにしました。

変更内容

  • ライブセッションおよび履歴表示のトップバーに Copy / Export ボタンを追加
  • Copy: 全セグメントを開始時刻順に並べ、[MIC] / [SYS] 付きのプレーンテキストとしてクリップボードへコピー
  • Export: macOS の保存ダイアログで .txt として保存(保存後は Finder で表示)
  • アプリメニューに Copy Transcript / Export Transcript… を追加(Cmd+Shift+C / Cmd+Shift+E

出力形式の例

[MIC] こんにちは

[SYS] はい、こんにちは

テスト

  • transcript_export モジュールにフォーマット・ファイル名サニタイズのユニットテストを追加(macOS CI で実行)
  • Linux CI: cargo test --exclude wisp-desktop 通過済み

今後

Markdown / SRT / JSON 形式のエクスポートは別途対応可能です。

Open in Web Open in Cursor 

Add Copy and Export controls to the live session and history views so
users can paste transcribed text elsewhere or save it as a plain .txt
file. Export uses the platform save dialog and reveals the saved file in
Finder. Menu shortcuts Cmd+Shift+C and Cmd+Shift+E mirror the toolbar
actions.

Co-authored-by: Fukaya Temma <pranc1ngpegasus@users.noreply.github.com>
@cursor
cursor Bot marked this pull request as ready for review June 2, 2026 13:31
@cursor cursor Bot changed the title 文字起こしテキストのコピーとエクスポート機能を追加 feat(desktop): add transcript copy and text export Jun 2, 2026
Co-authored-by: Fukaya Temma <pranc1ngpegasus@users.noreply.github.com>
@pranc1ngpegasus
pranc1ngpegasus merged commit c333239 into main Jun 2, 2026
2 checks passed
@pranc1ngpegasus
pranc1ngpegasus deleted the cursor/transcript-export-b69b branch June 2, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants