screencapture-www icon indicating copy to clipboard operation
screencapture-www copied to clipboard

Adds imgur upload functionality to OS X's builtin Command - Shift - 4 screencapture tool

Results 6 screencapture-www issues
Sort by recently updated
recently updated
newest added

Was wondering about a way to upload images under an imgur account, and it seems the new API v3 and HTTPS are required to make this work. I'm going to...

See http://benalman.com/news/2012/07/fixing-retina-image-scaling/ for a description of the problem and https://github.com/cowboy/dotfiles/blob/master/bin/resample-dpi for @cowboy’s solution.

Hello, Been playing with this & really enjoying it so far. I was wondering how easy it would be to add support for Growl, such that the URL is outputted...

Perhaps something like this could be used: ``` bash # Compress the image if pngout is available hash pngout-darwin &> /dev/null && pngout-darwin "$TMP" ``` The above snippet detects if...