Skip to content

Instantly share code, notes, and snippets.

View Peter-Schorn's full-sized avatar

Peter Schorn Peter-Schorn

  • Austin, TX
  • 23:57 (UTC -12:00)
View GitHub Profile
@sscotth
sscotth / keystroke the clipboard extended.workflow
Last active April 5, 2025 15:58
Paste as keystrokes (macOS)
# Why?
# To paste text into windows that normally don't allow it or have access to the clipboard.
# Examples: Virtual machines that do not yet have tools installed, websites that hijack paste
#
# Extended vs Simple?
# * Includes an initial delay to allow you to change active windows
# * Adds small delay between keypresses for slower responding windows like SSH sessions
# * Better handling of numbers
# * VMWare bug fix
#
@lattner
lattner / TaskConcurrencyManifesto.md
Last active April 16, 2025 12:19
Swift Concurrency Manifesto