nextcloud / desktop

💻 Desktop sync client for Nextcloud
https://nextcloud.com/install/#install-clients
GNU General Public License v2.0
2.97k stars 781 forks source link

Windows Client - Screenshot Uploading #283

Open Ackis opened 6 years ago

Ackis commented 6 years ago

I thought this would have been a common request/problem but I only found this through google: https://help.nextcloud.com/t/printscreen-saves-to-screenshot-folder/9673

And nothing on the tracker: https://github.com/nextcloud/client/issues?utf8=%E2%9C%93&q=is%3Aenhancement+screenshot

So I apologize if this has been handled elsewhere and I'm just to dense to find it.

One of the nice features with Dropbox and OneDrive is the ability to automagically upload screenshots from your PC. You're able to do this with the Android app because screenshots are immediately saved as files in their own directory, however in Windows it's different.

I simple would like to see an option to upload screenshots as soon as they're taken.

Thanks.

torrbox commented 6 years ago

Couldn't you save screenshots to a Nextcloud folder on Windows, too, hence automatically upload them? I believe Windows key + Print Screen key saves to Pictures\Screenshots on Windows 8/10. (can't try due to lack of Windows) Or just use a third party program.

reflectively commented 6 years ago

I have the same request for Mac OSX! I am desparately looking for a screenshot app which automatically uploads the files to my nextcloud AND add puts a shareable link into my clipboard

sbonds commented 5 years ago

Using a third party add-on to allow compatibility with any cloud storage drive seems like a good plan to me since it decouples you from any dependency on a specific cloud provider.

I found this question on superuser about how to do that in Windows:

https://superuser.com/questions/1319897/automatically-save-a-snipped-screenshot-to-disk

(They suggest using the Open Source "Greenshot" program.)

For MacOS automatically saving screenshots appears to be built into the OS itself based on Apple support article HT201361. The bottom of the screen explains that the thumbnail or Options can be used to change the save location to your cloud-synchronized folder.

hi-ko commented 5 years ago

I'm also using Greenshot. A Nextcloud addon for Greenshot as described here: https://blog.bartdemeyer.be/2015/05/create-your-own-greenshot-plugin/ would be a valuable daily helper putting the optional internal or shared url in the clipboard. Maybe someone from the win client team volunteers to write an addon in visual studio?