Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support for OSC 52 (clipboard access) #356

Closed
unxed opened this issue Jan 10, 2022 · 3 comments
Closed

[Feature Request] Support for OSC 52 (clipboard access) #356

unxed opened this issue Jan 10, 2022 · 3 comments

Comments

@unxed
Copy link
Contributor

unxed commented Jan 10, 2022

For example,

echo -e "\033]52;c;$(base64 <<< hello)\a"

should send "hello" to clipboard. More detailed explanations:

mintty/mintty#258 (comment)
https://bugs.kde.org/show_bug.cgi?id=372116
https://gitlab.gnome.org/GNOME/vte/-/issues/125
microsoft/terminal#2946

@unxed
Copy link
Contributor Author

unxed commented Jan 10, 2022

@MrM40 @systemmonkey42 this issue is separated from #74 as #74 is dedicated to far2l extensions support now

@unxed
Copy link
Contributor Author

unxed commented Jan 10, 2022

The OSC-52 code from the kovidgoyal/kitty seem to be available here:
kovidgoyal/kitty@889ca77

Some details on corresponding escape sequences:
#74 (comment)

@unxed
Copy link
Contributor Author

unxed commented Feb 28, 2024

Fixed in 1963f21
Touch #477

@unxed unxed closed this as completed Feb 28, 2024
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

No branches or pull requests

1 participant