You are not logged in.
I've been thinking about implementing something like this for ages now, so I took half an hour and hacked something quickly:
What this small script does is take a screenshot, upload it to imgur, and copy it's URL into you clipboard (clipboard, NOT selection).
You can now paste it into any IM/game/whatever. Personally, I use it to quickly share screenshots when playing Eve Online (I've bind it to super+printscr using sxhkd), but honestly, it's got plenty of other uses.
Hopefully, someone else will use this!
Enjoy!
Offline
Thanks for sharing
Asus 1225B - 11,6" - AMD E-60 Dual Core 1,3Ghz - 4 Go RAM - Disque dur SSD 128 Go - Radeon HD6290
ArchLinux Openbox - My Github
Offline
Maybe it's my system (I'm not on Arch) but I just get the error
Traceback (most recent call last):
File "./scrotpush.py", line 12, in <module>
import requests
ImportError: No module named requests
You can like linux without becoming a fanatic!
Offline
Installed fine, but
$ scrotpush
Traceback (most recent call last):
File "/usr/bin/scrotpush", line 9, in <module>
import gtk.gdk
ImportError: No module named gtk.gdk
$ scrotpush -h
Traceback (most recent call last):
File "/usr/bin/scrotpush", line 9, in <module>
import gtk.gdk
ImportError: No module named gtk.gdk
Offline
Maybe it's my system (I'm not on Arch) but I just get the error
Traceback (most recent call last): File "./scrotpush.py", line 12, in <module> import requests ImportError: No module named requests
This package depends on python2-requests. Check here for all the dependencies.
Installed fine, but
$ scrotpush Traceback (most recent call last): File "/usr/bin/scrotpush", line 9, in <module> import gtk.gdk ImportError: No module named gtk.gdk $ scrotpush -h Traceback (most recent call last): File "/usr/bin/scrotpush", line 9, in <module> import gtk.gdk ImportError: No module named gtk.gdk
Looks like I ommited a dependency, updated PKGBUILD (pygtk was missing).
Offline
Thanks for a fast response :-)
Offline
Very nice! It works well for me. Thanks.
"We may say most aptly, that the Analytical Engine weaves algebraical patterns just as the Jacquard-loom weaves flowers and leaves." - Ada Lovelace
Offline