Add piknik aliases

This commit is contained in:
Tony Blyler 2018-03-27 10:26:55 -04:00
parent cf17357b8d
commit e2498b2d2f

12
home/.scripts/piknik.sh Normal file
View file

@ -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'