final feature set

This commit is contained in:
2026-02-05 22:55:24 -05:00
parent 6b00871c32
commit 168e6d5a61
115 changed files with 2401 additions and 4468 deletions

View File

@@ -0,0 +1,15 @@
# Text Selection Copy to Clipboard
Objective: When text is selected in the TUI, copy it to the clipboard on release
Status legend: [ ] todo, [~] in-progress, [x] done
Tasks
- [ ] 01 — Add text selection event handling → `01-text-selection-copy.md`
- [ ] 02 — Implement clipboard copy on selection release → `02-clipboard-copy-on-release.md`
Dependencies
- 01 -> 02
Exit criteria
- Users can select text and it gets copied to clipboard when selection is released