1
1
Fork 0

add osc52.sh

This commit is contained in:
Michael Hoess 2024-02-28 21:25:48 +01:00
parent bc518ae0d5
commit fc43b10731
1 changed files with 8 additions and 0 deletions

8
profile.d/osc52.sh Normal file
View File

@ -0,0 +1,8 @@
# source into your bash (e.g .bashrc)
function osc52 {
printf "\033]52;c;$(cat $* | base64)\a"
echo "Copied to clipboard"
}