Add shared bin
This commit is contained in:
parent
a94b794c76
commit
7436e52200
9 changed files with 58 additions and 0 deletions
5
bin/xsel-swap
Executable file
5
bin/xsel-swap
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env tako
|
||||
|
||||
tmp = ?(xsel) # primary -> tmp
|
||||
xsel -b | xsel -i # clipboard -> primary
|
||||
echo @(tmp) | xsel -bi # tmp -> clipboard
|
||||
Loading…
Add table
Add a link
Reference in a new issue