You download files in your terminal but need to drag them to web upload fields. Switching to Finder kills flow. Draggy makes clipboard files draggable - copy any file → click menu bar → drag anywhere. Part of a terminal clipboard suite that replaces pbcopy: - clippy: Copy files from terminal that paste as actual files (not just contents) - pasty: Copy file in Finder → `pasty` → file appears in current directory - draggy: Makes clipboard files draggable for upload fields Example workflow:
Recent downloads with interactive picker:
Also includes MCP server - Claude Code can place text directly in your clipboard:
Install:
Technical: CLI tools are Go with Objective-C bindings. draggy is Swift/SwiftUI with zero background activity - only checks clipboard when clicked.Note: First launch shows macOS security warning (not code-signed). Run: `xattr -dr com.apple.quarantine /Applications/Draggy.app` |
No comments yet