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.010170
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

kremlin commented on 2014-02-23 01:05 (UTC)

awesome script! i use it with the two scripts below bound to printscrn and ctrl-printscrn respectively to automatically log/upload screenshots to imgur (selection with srot -s) #!/bin/bash scrot -mse 'mv $f /home/kremlin/screenshots/%F-%H-%M-%S.png'; imgurbash /home/kremlin/screenshots/$( ls /home/kremlin/screenshots | sed '/LOG/d' | sort -n -t _ -k 2 | tail -1 ) &>> /home/kremlin/screenshots/LOG; date >> /home/kremlin/screenshots/LOG; echo -e '\n' >> /home/kremlin/screenshots/LOG crot -s) (active window) #!/bin/bash import -window "$(xdotool getwindowfocus -f)" /home/kremlin/screenshots/$(date+"%F-%H-%M-%S").png; imgurbash/home/kremlin/screenshots/$( ls /home/kremlin/screenshots | sed '/LOG/d'| sort -n -t _ -k 2 | tail -1 ) &>> /home/kremlin/screenshots/LOG; date >> /home/kremlin/screenshots/LOG; echo -e '\n' >> /home/kremlin/screenshots/LOG

acgtyrant commented on 2013-12-14 14:29 (UTC)

I hope the proxy will be https, thank you!

gtmanfred commented on 2012-08-13 19:09 (UTC)

i ... don't remember making that comment, probably thought you were the author

<deleted-account> commented on 2012-08-13 14:19 (UTC)

@erufu, thanks, the script got updated to version 4. @gtmanfred, shouldn't this request be rather considered by the script's author?

erufu commented on 2012-08-11 21:09 (UTC)

The sha1 is wrong. The good one : a7664f885e7feddab0f3a663d6ee12956367e988

gtmanfred commented on 2012-01-18 07:22 (UTC)

Would you please update this so that we can use Authorized keys too? I would really like to be able to push the pictures to my account for later as well Thanks

<deleted-account> commented on 2010-09-23 11:23 (UTC)

Thanks, fixed.

jackoneill commented on 2010-09-13 20:24 (UTC)

# Required: curl -- depends? # # Optional: xsel or xclip for automatically putting the URL on the X selection -- optdepends? # for easy pasting