emorrp1 / mintupload

Uploads files on the Internet
http://emorrp1.github.com/mintupload
6 stars 21 forks source link

autocopy url to keyboard #29

Closed emorrp1 closed 15 years ago

emorrp1 commented 15 years ago

feature suggestion by villain.

emorrp1 commented 15 years ago

should be a configuration option, off by default because: "for instance, uploads are not instantaneous, so by the time you get the url copied, you might be in the middle of doing something else"

kinkerl commented 15 years ago

hm i dont like the idea. what about the old "copy url" button? i miss it :(

if the upload is instant, i think the one-click-button whould do it if the upload takes time, like you said, this feature could annoy the user. he will be in the middle of something else when this happens

emorrp1 commented 15 years ago

To be honest, I don't like it much either, it's easy enough to copy it currently. Though someone has suggested it, so I guess so long as it's not too intrusive, we could implement it with the config option, disabled by default. Low priority though, we can come to it after we've finished with everything else.

kinkerl commented 15 years ago

hm i have an idea: an autocopy of the url to the clipboard can be combined with a focus check of mintupload:

if mintupload has focus (is in front of the user): autocopy is active if not, its not

a configuration is still needed but what do you think?

emorrp1 commented 15 years ago

yeah, that's definitely a much smarter method, but I'd still have it disabled by default.

kinkerl commented 15 years ago

implemented in: http://github.com/kinkerl/mintupload/commit/0f2cfb79bfc082ac4dcd1654e34c21d5e71af6d6 needs testing

emorrp1 commented 15 years ago

Fix committed, ready for release in v3.6