Setting and getting clipboard content from terminal
Talles L

Talles L @tallesl

About: nothing to see here, move along

Location:
Brazil
Joined:
Jul 12, 2020

Setting and getting clipboard content from terminal

Publish Date: Sep 3 '24
0 0

Setting clipboard:

$ echo foo | xclip -selection c
Enter fullscreen mode Exit fullscreen mode

Getting clipboard:

$ xclip -selection c -o
foo
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment