Skip to content

chore: add transcribe-clip target for clipboard output#12

Open
wilmoore wants to merge 1 commit into
mainfrom
chore/add-clipboard-make-targets
Open

chore: add transcribe-clip target for clipboard output#12
wilmoore wants to merge 1 commit into
mainfrom
chore/add-clipboard-make-targets

Conversation

@wilmoore
Copy link
Copy Markdown
Owner

@wilmoore wilmoore commented Apr 4, 2026

Summary

  • Add make transcribe-clip URL="..." target that copies transcript directly to clipboard
  • Cross-platform support: pbcopy (macOS), xclip/xsel (Linux)
  • Document CLI pipeline patterns for advanced output handling

Changes

File Change
makefile Add CLIP_CMD detection + transcribe-clip target
docs/development.md Add clipboard + pipeline docs
CLAUDE.md Update command reference

Usage

# Transcribe and copy to clipboard
make transcribe-clip URL="https://www.youtube.com/watch?v=..."
# Output: "Transcript copied to clipboard"

Test plan

  • make help shows new target
  • Verify on macOS with pbcopy
  • Verify on Linux with xclip/xsel

Add cross-platform Make target that copies transcript directly to
clipboard instead of requiring manual copy from terminal scrollback.

- Add CLIP_CMD detection (pbcopy on macOS, xclip/xsel on Linux)
- Add `make transcribe-clip URL="..."` target with confirmation message
- Document CLI pipeline patterns in docs/development.md
- Update CLAUDE.md command reference
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.

1 participant