VideoTools/internal/ui
Stu Leak bccacf9ea2 Phase 2B: Add Copy Command button to queue view for running/pending jobs
Added "Copy Command" button to queue view for running and pending jobs,
allowing users to copy the FFmpeg command to clipboard for manual execution.

Changes:
- internal/ui/queueview.go: Add onCopyCommand parameter and buttons
- main.go: Implement onCopyCommand handler in showQueue()

The handler retrieves the job, generates the FFmpeg command with
INPUT/OUTPUT placeholders using buildFFmpegCommandFromJob(), and copies
it to the clipboard with a confirmation dialog.

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-17 19:25:38 -05:00
..
benchmarkview.go Fix benchmark progress bar percentage calculation 2025-12-13 14:04:20 -05:00
components.go Add missing dialog/layout imports for FFmpeg command widget 2025-12-17 19:11:34 -05:00
mainmenu.go Add benchmark history tracking and results browser 2025-12-13 13:07:51 -05:00
queueview.go Phase 2B: Add Copy Command button to queue view for running/pending jobs 2025-12-17 19:25:38 -05:00