What we’d like to do is have a quick way of sending text to the clipboard from terminal in linux. We can accomplish this with pipes and xclip. We’ll install and configure xclip and then review the proper usage. First we install xclip: sudo apt-get install xclip Next we want to configure an alias for [...]
Tags: Environment
