A macOS utility that converts clipboard images to markdown using OpenRouter.
Copy a screenshot, press Ctrl+Option+M, and paste clean markdown.
- Extracts the image from your clipboard via
pngpaste - Sends it to OpenRouter for conversion
- Writes the resulting markdown back to your clipboard
- Shows a macOS notification confirming success or describing any error
brew install pngpaste
pip install -r requirements.txt
cp .env.example .env # add your OpenRouter API key
python3 clipboard_to_md.pySet OPENROUTER_MODEL in .env to use a different model (defaults to google/gemini-2.5-flash).
See SETUP.md for full setup instructions including the keyboard shortcut.