From 0ecfb9ababb88571a3cfb194ae00af19d6eac4e5 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 10 Aug 2021 10:58:05 -0700 Subject: [PATCH] Add cup.py. --- cup.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cup.py diff --git a/cup.py b/cup.py new file mode 100644 index 0000000..5af1e6d --- /dev/null +++ b/cup.py @@ -0,0 +1,6 @@ +import pyperclip + +from voussoirkit import pipeable + +text = '\n'.join(pipeable.input('!i')) +pyperclip.copy(text)