README
x, c, p
terse commands for copy pasting in linux.
Install preqs
sudo apt-get install xclip
Usage
x (cut)
>echo hello | x
c (copy)
like cut, but also prints the input.
>echo hello | c
hello
p (paste)
>p
hello
License
MIT
terse commands for copy pasting in linux.
<script type="module">
import xcp from 'https://cdn.skypack.dev/xcp';
</script>
terse commands for copy pasting in linux.
sudo apt-get install xclip
>echo hello | x
like cut, but also prints the input.
>echo hello | c
hello
>p
hello
MIT