fabric/client/p.py
2024-02-08 12:54:42 -08:00

7 lines
93 B
Python
Executable File

#!/usr/bin/env python3
import pyperclip
pasted_text = pyperclip.paste()
print(pasted_text)