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
- clone repo
- obtain
CLIENT_ID
at api.imgur.com - insert in Info.plist file
- build an app
In case you are member of Apple Developer Program it's possible to notarize app for distribution.
To perform notarization you should follow this steps:
- Create new App Store Connect API Key
- Save credentials in the keychain:
xcrun notarytool store-credentials --key <KEY.p8> --key-id <KEY_ID> --issuer <KEY_ISSUER> notarization-profile
- Place Developer ID certificate to you current Keychain
- Find Team ID at Membership Details section
- Run notarization:
make notarize validate TEAM_ID=<YOUR_TEAM_ID>
- Wait for message:
- The staple and validate action worked!
- You're amazing!
Thanks to zbuc for idea
imgurBar is licensed under the BSD license.