tb-dotfiles/home/.scripts/piknik.sh
2018-03-27 10:26:55 -04:00

13 lines
297 B
Bash

#!/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'