Add cup.py.
This commit is contained in:
parent
7d1720094e
commit
0ecfb9abab
1 changed files with 6 additions and 0 deletions
6
cup.py
Normal file
6
cup.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import pyperclip
|
||||
|
||||
from voussoirkit import pipeable
|
||||
|
||||
text = '\n'.join(pipeable.input('!i'))
|
||||
pyperclip.copy(text)
|
Loading…
Reference in a new issue