A simple software to make fast uploads to Imgur and have a little track of it (or not), making use of a shortcut to take screenshots that automatically uploads and give you the link to imgur.com.
Download link of the build at end of readme.
#####1. Have the latest Java for your system (x64 or x86 as the program requires it)
#####2. Click the Start button and you're good to go!
#####3. Please, report any bug/improvement, everyone are welcome to help :)
Fullscreen screenshot
Active window screenshot
Imgur.com picture upload
Local record of all pictures sent to Imgur (sqlite)
All pictures can have descriptions.
Minimize to tray. (screen will be hidden until you click on the tray icon to bring it back)
Double-click on link to open it.
Double-click on description to edit it.
Click on any row of the table and press 'DELETE' to delete the entry.
Create and Delete albums.
Upload images to selected albums
https://github.com/Simego/ImgurUploader/blob/master/changelog.md
####Windows x86: https://dl.dropboxusercontent.com/u/32101688/ImgurUploader%20x86.zip
####Windows x64: https://dl.dropboxusercontent.com/u/32101688/ImgurUploader%20x64.zip
JIntellitype, for the worst part: https://code.google.com/p/jintellitype/
SQLite, for the little database part: https://bitbucket.org/xerial/sqlite-jdbc (almost not needed but maybe for future versions ^^)
Apache for the Apache Commons stuff: http://commons.apache.org/
FlexJson for the json-object serializing part: http://flexjson.sourceforge.net/