A collection of utilities to upload images to imgur and copy the URLs to the clipboard.
An OS X workflow for uploading images to Imgur.
- Double-click on the
.workflow
file to install it. - If you want, create a hotkey for the upload service in System Preferences -> Keyboard -> Keyboard Shortcuts -> Services.
- Select the image(s) that you want to upload.
- If you've set up a hotkey for the service, push it, and you're done!
Otherwise, click the application name in the menu bar (probably "Finder"), go to "Services", then click "Upload to Imgur".
A bash script for OS X and Linux that uploads an image to imgur and copies
the image URL to the clipboard. To install, copy imgur
to /usr/local/bin
,
or some other location on your terminal's PATH
.
Usage: imgur <filename>
Imgur will print the URL, and put the delete page's URL on stderr. If you're on a Mac or have xsel/xclip, the image URL will also be copied to the clipboard.
Prerequisite: curl
Optional: pbcopy
(included in OS X), xsel
, or xclip
Maintainer: | Phil Tang <[email protected]> |
---|---|
Last Change: | 2019 Jan 19, v3.2 |
License: | MIT |
Release Notes: | v3.2: Fixed a bug in the workflow where multiple-file uploads uploaded the same file multiple times.
v3.1: Supports multiple-image upload through the script. Also fixed a bug with xsel. v3.0: Imgur API v3 support, and fixed a clipboard copy bug with the command-line tool v2.1: Replaced Growl notifications with OS X's v2.0: Much better error checking, and the OS X service has a new Growl alert for when the upload fails. v1.6: Got a unique API key for these utilities. v1.5: Added an OS X workflow for hotkeying the upload v1.1: Added a flag to disable clipboard access v1.0: Initial release |
Credits: | Bart Nagel <[email protected]>
Federico Brigante <@bfred_it> |