A lightweight Windows screenshot tool that runs in the system tray, providing quick screenshot capture with automatic path copying.
- 🖼️ System tray application - Runs quietly in the background
- ⌨️ Global hotkeys:
Alt+J- Take screenshot and copy file path to clipboardAlt+Ctrl+J- Take screenshot and copy image to clipboardAlt+Shift+J- Take screenshot and upload to Imgur (copy URL)
- 🎯 Selection tool - Draw a box to capture specific screen areas
- 📁 Organized storage - Screenshots saved to
%TEMP%\shotpath\folder - 🚀 Auto-start - Runs at Windows startup by default
- 🎨 Custom icons - Uses custom app and tray icons
- Download
shotpath.exefrom the Releases page - Place the executable anywhere on your system
- (Optional) Add
app.pngandtray.pngin the same directory for custom icons - Run
shotpath.exe
- Press
Alt+Jto capture a screenshot - Draw a selection box around the area you want to capture
- The file path is automatically copied to your clipboard
- Press
ESCto cancel the selection
Right-click the tray icon to access:
- Copy as Path (Alt+J) - Take screenshot and copy file path
- Copy as Image (Alt+Ctrl+J) - Take screenshot and copy image data
- Copy as Imgur URL (Alt+Shift+J) - Take screenshot and upload to Imgur
- Open Folder - Open the screenshots folder in Windows Explorer
- Clear Folder - Delete all screenshots (with confirmation)
- Run at Startup - Toggle auto-start with Windows
- Exit - Close the application
- Windows OS
- .NET Framework 4.0 or higher
- PowerShell
# Clone the repository
git clone https://github.com/rizky05/shotpath.git
cd shotpath
# Build the executable
powershell -ExecutionPolicy Bypass -File build-tray.ps1shotpath/
├── shotpath.cs # Main application source code
├── build-tray.ps1 # Build script
├── convert-icon.ps1 # Icon conversion utility
├── app.png # Application icon (for Explorer)
├── tray.png # System tray icon
└── README.md # This file
app.png- Used as the executable icon in Windows Explorertray.png- Used as the system tray icon when running
Both files should be placed in the same directory as shotpath.exe.
Screenshots are saved to: %TEMP%\shotpath\
Format: screenshot_YYYYMMDD_HHMMSS.png
| Shortcut | Action |
|---|---|
Alt+J |
Take screenshot & copy path |
Alt+Ctrl+J |
Take screenshot & copy image |
Alt+Shift+J |
Take screenshot & upload to Imgur |
ESC |
Cancel screenshot selection |
- Ensure .NET Framework 4.0+ is installed
- Run as administrator if startup registration fails
- Check if another application is using the same hotkeys
- Restart the application
- Make sure no other screenshot tools are running
- Place
app.pngandtray.pngin the same folder asshotpath.exe - Ensure the PNG files are valid images
This project is open source and available under the MIT License.
Contributions are welcome! Please feel free to submit a Pull Request.
Created by Rizky ([email protected])
🤖 Generated with Claude Code
