Original Reddit post

I wrote a small daemon for Mac called cpssh that watches your clipboard. When you copy an image it automatically syncs it to your server. Switch to your SSH terminal, paste, done. A few things I spent real time on: Original image stays intact

  • paste into Slack, iPhone via Universal Clipboard, wherever, you still get the actual image not a path string. Multiple images in one prompt
  • paths cycle through img1–img10, so you can stack several before sending Multi-server
  • syncs to all configured servers in parallel Connection reuse
  • SSH ControlMaster means first sync is typically under a second, everything after is near-instant cpssh pause
  • for when you’re copying something you don’t want leaving your machine GitHub: https://github.com/pravnyadv/cpssh submitted by /u/StrangerRules

Originally posted by u/StrangerRules on r/ClaudeCode