This repository contains little helper files like sclip.py.
With sclip.py you can read the stdout from your shell and copy it to your clipboard without your mouse!
-
sudo pip install clipboard
-
install xsel like: pacman -S xsel
-
cp sclip.py /usr/bin/sclip
-
chmod +x /usr/bin/sclip
cat FILE | sclip