This website requires JavaScript.
Explore
Help
Sign in
dln
/
dotfiles
Watch
0
Star
0
Code
Issues
Pull requests
1
Activity
b16060a218
dotfiles
/
bin
/
clip
5 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Add support for OSC 52 clipboard to work over mosh/without X11
2019-10-29 14:16:27 +01:00
#!/bin/sh
work
2019-12-02 11:30:13 +01:00
set -e
# exec echo -en "\x1b]52;c;$(base64 -w0)\x07"
Add support for OSC 52 clipboard to work over mosh/without X11
2019-10-29 14:16:27 +01:00
printf "\033]52;c;$(base64 -w0)\a"
Reference in a new issue
Copy permalink