OSC52 support
Is OSC 52 supported? If not, any plans to be implemented?
$ printf "\e]52;c;%s\a" "$(echo -n 'THE TEXT TO COPY' | openssl base64 -A)"
this should place "THE TEXT TO COPY" in the system's clipboard
Edited by Ian S
Is OSC 52 supported? If not, any plans to be implemented?
$ printf "\e]52;c;%s\a" "$(echo -n 'THE TEXT TO COPY' | openssl base64 -A)"
this should place "THE TEXT TO COPY" in the system's clipboard