cmd/cup.py
2021-08-10 10:58:05 -07:00

6 lines
112 B
Python

import pyperclip
from voussoirkit import pipeable
text = '\n'.join(pipeable.input('!i'))
pyperclip.copy(text)