1
0
Fork 0
dotfiles/bin/xsel-swap
Jeremy Kaplan 08cac0f291 Fix xsel-swap
2018-04-23 09:32:30 -07:00

5 lines
164 B
Text
Executable file

#!/usr/bin/env tako
tmp = ?(xsel) # primary -> tmp
xsel -b | xsel -i # clipboard -> primary
echo -n @(tmp) | xsel -bi # tmp -> clipboard