Skip to content

Use stderr for informational output, stdout for transcription only#1

Open
gingerhendrix wants to merge 1 commit intomainfrom
use-stderr-for-info
Open

Use stderr for informational output, stdout for transcription only#1
gingerhendrix wants to merge 1 commit intomainfrom
use-stderr-for-info

Conversation

@gingerhendrix
Copy link
Copy Markdown
Contributor

This PR modifies the output handling to:

  • Use stderr for all informational/status messages
  • Use stdout only for the final transcription output (text or JSON)

Changes:

  1. Modified cli.ts to output only the transcription to stdout
  2. Updated transcriber.ts to use stderr for status messages
  3. Updated recorder.ts to use stderr for recording status messages

This makes it easier to pipe the output to other commands while still seeing status messages in the terminal.

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