https://linux.die.net/man/1/xclip
https://ss64.com/mac/pbcopy.html
https://man.openbsd.org/xclipboard.1
if ! which pbcopy &> /dev/null; then alias pbcopy="xclip -selection clipboard" alias pbpaste="xclip -o -selection clipboard" fi
https://linux.die.net/man/1/xclip
https://ss64.com/mac/pbcopy.html
https://man.openbsd.org/xclipboard.1