xclip / xsel / wl-copy#
Clipboard from the CLI.
$ echo hello | xclip -selection clipboard
$ xclip -selection clipboard -o
$ echo hello | xsel --clipboard --input
$ xsel --clipboard --output
$ echo hello | wl-copy
$ wl-paste
Clipboard from the CLI.
$ echo hello | xclip -selection clipboard
$ xclip -selection clipboard -o
$ echo hello | xsel --clipboard --input
$ xsel --clipboard --output
$ echo hello | wl-copy
$ wl-paste