A cross-platform screenshot tool for Windows and macOS with drag-and-drop support for Claude Code.
- Full Screen Capture: Capture your entire screen with one click
- Region Selection: Select a specific area to capture
- Drag and Drop: Drag screenshots directly into Claude Code or any other application
- Screenshot History: View and manage your recent screenshots
- Keyboard Shortcuts: Quick capture without switching windows
- Node.js 18 or higher
- npm or yarn
# Install dependencies
npm install
# Run the application
npm start| Shortcut | Action |
|---|---|
Cmd/Ctrl + Shift + 3 |
Capture full screen |
Cmd/Ctrl + Shift + 4 |
Capture selected region |
Escape |
Cancel region selection |
- Take a screenshot using the app or keyboard shortcuts
- Your screenshot appears in the app's gallery
- Drag the screenshot thumbnail directly into your Claude Code session
- Claude Code will analyze the image
npm run build:macnpm run build:winnpm run build:allBuilt applications will be in the dist/ folder.
screenshot-tool/
├── src/
│ ├── main.js # Electron main process
│ ├── preload.js # Preload script for IPC
│ ├── index.html # Main window UI
│ └── selection.html # Region selection overlay
├── assets/ # App icons
├── package.json
└── README.md
- macOS: 10.13 (High Sierra) or later
- Windows: Windows 10 or later
MIT