snappaste-pro
v1.1.0
Published
Mac-style screenshot paste for Windows terminals. Paste screenshots directly with Ctrl+V in CMD, PowerShell, Windows Terminal, and Claude Code.
Maintainers
Readme
SnapPaste Pro
Mac-style screenshot paste for Windows terminals.
Paste screenshots directly with Ctrl + V in Windows CMD, PowerShell,
Windows Terminal, and Claude Code — just like macOS.
⚠️ Windows-only. Requires Windows 10 / 11 (64-bit).
Install
npx snappaste-pro installThat's it. It sets everything up and starts running (and auto-starts on login).
Usage
- Take a screenshot:
Win + Shift + S(select a region). - In your terminal, press
Ctrl + V. - The image is saved to
Pictures\SnapPaste Pro\and its path is pasted automatically.
Great for Claude Code and AI coding assistants where you need to hand a screenshot to the terminal.
Commands
npx snappaste-pro install # set up and start
npx snappaste-pro uninstall # remove completely
npx snappaste-pro start # start it now
npx snappaste-pro status # show statusHow it works
A small bundled AutoHotkey script intercepts Ctrl + V
in terminal windows. If the clipboard holds an image, it saves it as a PNG and pastes
the file path instead. Text paste is unchanged. Everything runs locally — no data ever
leaves your machine.
Links
- GitHub: https://github.com/saqibbinshabbir007/snappaste-pro
.exeinstaller (no Node.js needed): see the Releases page
License
MIT © Saqib Bin Shabbir — Full Stack Developer & Agentic AI Specialist
Bundles the AutoHotkey runtime, licensed under GNU GPLv2.
