final feature set
This commit is contained in:
15
tasks/text-selection-copy/README.md
Normal file
15
tasks/text-selection-copy/README.md
Normal 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
|
||||
Reference in New Issue
Block a user