Simple application for making screenshots 🖼 and copying it to clipboard
Clone (or download) this repository
git clone https://github.com/reenekt/simple-screenshot-maker.git
Then build project
- Using Intellij IDEA -> Maven -> package
- TODO: build using Maven CLI
After running built programm (.jar
file) you can see tray icon.
Click tray icon to start making screenshot or RightClick icon to show menu
See CONTRIBUTING file for more information
Author: reenekt
See LICENSE file for more information
- Pretty project structure (right now all is in one unnamed package)
- Beauty tray icon (and main window icon)
- Update main window: add link to github repository and other information
- Add hotkeys to start making screenshot
- Rewrite from Java to Kotlin
- Make autoupdate features 🙌