mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[GH-ISSUE #491] Troubles accessing system clipboard #897
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#897
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PabloZaiden on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/491
I've been building a small TUI with opentui, and probably the only issue that keeps coming back to me is the (lack of) handling of the system clipboard.
I couldn't find a proper way to use expected terminal functionality in modern OSs to select test with the mouse and copy it to the clipboard, or instead of typing something in a textbox, paste it from the system clipboard.
For now, I've implemented custom keyboard shortcuts to send stuff to the clipboard... but I don't love the solution.
What am I missing?
@faebeee commented on GitHub (Jan 8, 2026):
Having the same issue. Would be great to be able to paste into
<inputcomponent@PabloZaiden commented on GitHub (Jan 8, 2026):
And to easily copy content, especially if it's highlighted with the mouse
@ieedan commented on GitHub (Mar 10, 2026):
+1 to this would be really nice if there was support
@simonklee commented on GitHub (Mar 10, 2026):
It's also something we want to add — it just hasn't reached the top of the list quite yet.