0.1.0 • Published 9 years ago
xcp v0.1.0
x, c, p
terse commands for copy pasting in linux.
Install preqs
sudo apt-get install xclipUsage
x (cut)
>echo hello | xc (copy)
like cut, but also prints the input.
>echo hello | c
hellop (paste)
>p
helloLicense
MIT