Skip to content

feat: copy kanban card to clipboard with Opt+K#231

Merged
oobagi merged 1 commit into
mainfrom
feat/kanban-copy-card
Apr 25, 2026
Merged

feat: copy kanban card to clipboard with Opt+K#231
oobagi merged 1 commit into
mainfrom
feat/kanban-copy-card

Conversation

@oobagi
Copy link
Copy Markdown
Owner

@oobagi oobagi commented Apr 25, 2026

Summary

  • Add Opt+K handler in the kanban key router to copy the selected card's text to the clipboard, mirroring the existing block-level Opt+K convention but scoped to the focused card.
  • Surface clear status messages for the no-selection and empty-card cases instead of silently no-op'ing.
  • Update README kanban feature line to mention the new binding.

Test plan

  • go vet ./...
  • go build ./...
  • go test ./...
  • New tests cover happy path (TestKanbanCopyCardToClipboard) and empty-column case (TestKanbanCopyCardOnEmptyColumn).

🤖 Generated with Claude Code

When a Kanban block is focused, Opt+K copies just the selected card's
text to the clipboard instead of the entire serialized board. Mirrors
the existing block-level Opt+K convention but scopes to the focused
card so users can lift a single card out of a board.

Empty card / no-selection cases surface a status hint rather than
silently no-op'ing or copying empty content.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@oobagi oobagi merged commit 1c78ed8 into main Apr 25, 2026
1 check passed
@oobagi oobagi deleted the feat/kanban-copy-card branch April 25, 2026 23:48
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