Marketplace for paste-image-to-file-tool CLI plugin - A Python CLI tool
npx claudepluginhub dnvriend/paste-image-to-file-toolA Python CLI tool
A CLI tool that saves clipboard images to numbered PNG files. Copy a screenshot, run the tool, and images are saved as 1.png, 2.png, etc.
This tool pairs beautifully with the gemini-ocr-tool where you can first create bulk screenshots with this tool, then bulk ocr these screenshots to text for postprocessing, eg. if you want to make quizzes with the markdown-quiz-exporter-tool, but there are many other uses as well.
# Install
uv tool install .
# Run (auto mode - polls clipboard for new images)
paste-image-to-file-tool
# Output:
# waiting for paste (auto mode, Ctrl+C to stop)
# writing 1.png
# waiting for paste
# writing 2.png
1.png, 2.png, ...)-m)-v/-vv/-vvv)git clone https://github.com/dnvriend/paste-image-to-file-tool.git
cd paste-image-to-file-tool
uv tool install .
paste-image-to-file-tool --version
# Auto mode (default)
paste-image-to-file-tool
# Manual mode - press Enter to save
paste-image-to-file-tool -m
# With verbose logging
paste-image-to-file-tool -v # INFO level
paste-image-to-file-tool -vv # DEBUG level
# With telemetry
paste-image-to-file-tool --telemetry
# Show help
paste-image-to-file-tool --help
| Topic | Description |
|---|---|
| Logging | Multi-level verbosity and file logging |
| Telemetry | OpenTelemetry observability setup |
| Shell Completion | Bash, zsh, and fish completion |
| Security | Security scanning tools |
| Development | Development setup and commands |
git checkout -b feature/amazing-feature)make pipeline)MIT License - see LICENSE for details.
Dennis Vriend - @dnvriend