Skip to content

Scott Daniels

An IT guy from NZ

Archives

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.com

terminal

Ubuntu Clipboard + Terminal

2015-09-29 Scottterminal, ubuntuLeave a comment

Using the desktop clipboard in a terminal is easy, handy on occasion 🙂

xsel --clipboard < set-clipboard-contents.txt
xsel --clipboard > output-clipboard-contents.txt

cat ~/.ssh/id_rsa.pub | xsel --clipboard

I created an alias to make it easier and use it from time to time.

Ubuntu Clipboard + Terminal
Blog at WordPress.com.