Package Details: imgur.sh 10.1-2

Git Clone URL: https://aur.archlinux.org/imgur.sh.git (read-only, click to copy)
Package Base: imgur.sh
Description: Bart's Imgur uploader bash script.
Upstream URL: https://github.com/tremby/imgur.sh
Licenses: Unlicense
Submitter: andreyv
Maintainer: slococo
Last Packager: slococo
Votes: 85
Popularity: 0.006898
First Submitted: 2016-06-12 13:11 (UTC)
Last Updated: 2023-09-04 19:10 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Rhinoceros commented on 2015-10-19 21:04 (UTC)

@andreyv Oh, thanks… it works fine now. I did try a few times previously, but they all failed. Oddly enough, imgur (a duplicate PKGBUILD?) and imgur-cli-svn both failed too, although imgur-screenshot-git worked.

andreyv commented on 2015-10-19 15:24 (UTC)

@Rhinoceros: Try again a few times, sometimes the upload fails. I just checked and the script works here.

Rhinoceros commented on 2015-10-19 09:50 (UTC)

Installs fine, but running this gives: Error message from imgur: Invalid API Key

Rhinoceros commented on 2015-10-19 09:50 (UTC)

Installs fine, but running this gives: Error message from imgur: Invalid API Key

skrat commented on 2015-06-08 14:41 (UTC)

Fixed the any issue, thanks for pointing out

andreyv commented on 2015-02-13 16:38 (UTC)

The checksum looks fine from here. Please retry your download.

orschiro commented on 2015-02-13 06:32 (UTC)

Can you please check the file integrity? :: failed to verify imgurbash integrity Thanks! Robert

michalrus commented on 2014-09-28 13:55 (UTC)

It's good to check your packages with `namcap`: imgur W: No ELF files and not an "any" package imgur W: Dependency bash included but already satisfied

michalrus commented on 2014-09-28 13:53 (UTC)

@skrat, `arch` should be `any`, as this is a shell script. :) arch=('any')

bePolite commented on 2014-05-02 11:38 (UTC)

The upload works fine for me but nothing gets copied into my clipboard even though I have xclip installed the problem can be solved by changing line 107 to || { type xclip >/dev/null 2>/dev/null && echo -n $clip | xclip -selection clipboard; } \