Skip to content

Instantly share code, notes, and snippets.

@Jatapiaro
Created July 2, 2025 16:58
Show Gist options
  • Save Jatapiaro/9e238685430749c608a70f952b57fccc to your computer and use it in GitHub Desktop.
Save Jatapiaro/9e238685430749c608a70f952b57fccc to your computer and use it in GitHub Desktop.
Paste Something
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