Created
July 2, 2025 16:58
-
-
Save Jatapiaro/9e238685430749c608a70f952b57fccc to your computer and use it in GitHub Desktop.
Paste Something
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "qwerty" | pbcopy | |
sleep 0.2 | |
osascript -e 'tell application "System Events" to keystroke "v" using {command down}' | |
(sleep 10 && pbcopy < /dev/null) & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment