Posted in apps
2003
2:51 am, January 14, 2021
 

i love this app, easily upload your clipboard to imgur!

I dont know why i didnt search for this earlier.

A nice simple app that uploads to imgur. 

https://github.com/bkeiren/EasyImgur

All you have to do is run the app, then it sits in your tray.

Copy the image you want into gimp or whatever, then copy the bit you need, and right click the tray icon to upload to imgur and it gives you the url back in your clipboard to paste back into whatever you like. 

I guess its only a bit harder than loading the imgur site, and then clicking add new post and then dragging the file on there or pasting it there, but still saves a few steps. 

Another app that i already had that also uploads to imgur is ShareX, i only just noticed this. So this might be even more useful as it removes the step of pasting into gimp and then uploading it. 

The only thing i dont like about ShareX is that every time you start it up, it wants to do an update which is really annoying, i guess this can probably be disabled in settings. 

Just checked and its one of the 1st things in the applications settings. 

View Statistics
This Week
55
This Month
241
This Year
170

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
There is no way to happiness. Happiness is the way.
Unknown
Random CSS Property

@supports

The @supports CSS at-rule lets you specify declarations that depend on a browser's support for one or more specific CSS features. This is called a feature query. The rule may be placed at the top level of your code or nested inside any other conditional group at-rule.
@supports css reference