[inactive migration from GitLab] GIMPShot: A tool to make a screenshot and load it into GIMP directly
Go to file
2022-07-29 02:34:52 +02:00
bin optimize imports 2022-07-29 02:34:52 +02:00
gradle/wrapper add code 2022-07-13 19:56:35 +02:00
src/main/java/de/tudbut/gimpshot optimize imports 2022-07-29 02:34:52 +02:00
.gitignore remove vim files 2022-07-13 19:57:41 +02:00
build.gradle fix gradle script, add working jar task, add custom command support 2022-07-13 22:20:28 +02:00
gradlew add code 2022-07-13 19:56:35 +02:00
gradlew.bat add code 2022-07-13 19:56:35 +02:00
README.md add Config.java to repo (i forgot to do that in previous commit), add clipboard support 2022-07-29 00:48:36 +02:00
settings.gradle add code 2022-07-13 19:56:35 +02:00

GIMPShot

A screenshot tool which opens GIMP (or any other image editor) with a shot of the entire screen.

Why java?

I originally wanted to use rust for this, however, screenshot-rs is completely broken and I don't feel like fixing it because I don't have much experience with rust.

Roadmap

  • Support for some primitive on-screen cutting
  • Support for automatic copying to clipboard [DONE]