cmd/cup.py

7 lines
120 B
Python
Raw Normal View History

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