Skip to content

sebastianbrookes/clipdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipdown

A macOS utility that converts clipboard images to markdown using OpenRouter.

Copy a screenshot, press Ctrl+Option+M, and paste clean markdown.

How it works

  1. Extracts the image from your clipboard via pngpaste
  2. Sends it to OpenRouter for conversion
  3. Writes the resulting markdown back to your clipboard
  4. Shows a macOS notification confirming success or describing any error

Quick start

brew install pngpaste
pip install -r requirements.txt
cp .env.example .env   # add your OpenRouter API key
python3 clipboard_to_md.py

Set 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.

About

A macOS utility that converts clipboard images to markdown using Google Gemini 2.5 Flash.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages