Nautilus-script to upload images to Imgur

6/06/2010

I’ve been looking around for a way to quickly upload images to the web without having to deal with any dialogs, menus or captchas, but to my utter surprise - I couldn’t find one that worked with multiple files, spaces, etc. So I decided to make one on my own. My first idea was to create a gnome panel applet that you could simply drop an image on top of, have it be uploaded somewhere and get the URL to it on the copyboard. However, that idea turned out to be horribly complex - and I don’t think panel applets support drag-and-drop anyway.

Upload to Imgur in action

So instead I created a nautilus script! It was quite complicated to get it to work, for reasons I’m not going to go into now, but at least it works. You can select one or more files, right-click and goto scripts → Upload to Imgur and the script sorts out any files that aren’t permitted and then uploads the ones that are. What you get back is a set of newline delimited URLs to your uploaded images - straight into your copyboard, so all you have to do is press Ctrl +V to use them.

Download

Downloads are available from Gnome-Look.org. Simply run the installation script to install.

Tagged: , , in Software
Show/hide

Written by Tommy Brunn

Tommy Brunn is the author of blastfromthepast.se. Currently he is living pretty much as close to the north pole as you can get (Luleå, Sweden). He devotes his spare time to learning about programming, developing a FOSS point-and-click adventure game, and is currently studying software engineering at Luleå University of Technology.

There are 3 comments on this article:

  1. 6/06/2010Upload to Imgur – Nautilus Script | Ubunlog said:

    [...] Vía | BlastFromThePast [...]

  2. 3/08/2010Sindhu said:

    Thank you! …and love your desktop wallpaper, link please?

  3. 4/09/2010在 Nautilus 中快速上传图片到 Imgur « 后花园 said:

    [...] 而这里有位老外开发了一个 Nautilus 增强脚本,通过它可以一键上传本地文件到 Imgur 上,并自动把上传后的图片地址放在剪贴板中,供用户待用。 [...]

Write a comment