Skip to content

Instantly share code, notes, and snippets.

@dlenski
Created February 14, 2025 04:59
Show Gist options
  • Save dlenski/6b605f66433f45034fbc5e4047598003 to your computer and use it in GitHub Desktop.
Save dlenski/6b605f66433f45034fbc5e4047598003 to your computer and use it in GitHub Desktop.
Copy from stdin to the clipboard as HTML on Mac
#!/bin/sh
printf "set the clipboard to «data HTML$(cat $@ | hexdump -ve '1/1 "%.2x"')»" | osascript -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment