diff --git a/home/.scripts/piknik.sh b/home/.scripts/piknik.sh new file mode 100644 index 0000000..95c3404 --- /dev/null +++ b/home/.scripts/piknik.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# pkc : read the content to copy to the clipboard from STDIN +alias pkc='piknik -copy' + +# pkp : paste the clipboard content +alias pkp='piknik -paste' + +# pkm : move the clipboard content +alias pkm='piknik -move' + +# pkz : delete the clipboard content +alias pkz='piknik -copy < /dev/null'