Skip to content

ailinykh/ImgurBar

Repository files navigation

ImgurBar

macOS CI Status

This is an macOS menubar application that makes it easy to upload images to imgur.com.

Upload via drag'n'drop

Simply drag and drop image to the status bar icon.

Automatic screenshots uploading is also supported

HowTo use

Notarization

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

Thanks to zbuc for idea

License

imgurBar is licensed under the BSD license.