You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding to comment to already merged PR #822 (comment), I'd like to suggest using ANSI OSC 52 escape sequence as alternate method for copying to clipboard, which would have the advantage of not requiring external binaries if terminal app supports it, which most of modern ones do (IIRC, support can be queried programmatically).
Adding to comment to already merged PR #822 (comment), I'd like to suggest using ANSI OSC 52 escape sequence as alternate method for copying to clipboard, which would have the advantage of not requiring external binaries if terminal app supports it, which most of modern ones do (IIRC, support can be queried programmatically).
I've done a quick search for a golang lib, although OSC escape sequences are a generic feature.
aymanbagabas/go-osc52: Golang terminal ANSI OSC52 wrapper. Copy text to clipboard from anywhere.
The text was updated successfully, but these errors were encountered: