You are not logged in.
Hi
how can i copy text to the xfce-clipboard that was created with a shell script? I know there are tools like xclip but they need there own command to paste it somewhere. To use the text in the system the best way would be to copy it to the xfce-clipboard (xfce4-clipman).
friedrich
Offline
Pipe your shell script output to xclip and specify the clipboard as the destination. Example:
echo "test" | xclip -selection clipboard
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks.
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 522.42 KiB (Peak: 529.75 KiB) ]