This is an macOS menubar application that makes it easy to upload images to imgur.com.
Simply drag and drop image to the status bar icon.
Automatic screenshots uploading is also supported
CLIENT_ID
at api.imgur.comIn case you are member of Apple Developer Program it's possible to notarize app for distribution.
To perform notarization you should follow this steps:
xcrun notarytool store-credentials --key <KEY.p8> --key-id <KEY_ID> --issuer <KEY_ISSUER> notarization-profile
make notarize validate TEAM_ID=<YOUR_TEAM_ID>
Thanks to zbuc for idea
imgurBar is licensed under the BSD license.