cmd/cup.py

7 lines
112 B
Python
Raw Normal View History

2021-08-10 17:58:05 +00:00
import pyperclip
from voussoirkit import pipeable
text = '\n'.join(pipeable.input('!i'))
pyperclip.copy(text)