dshoreman / nextshot

A simple tool for taking screenshots on Linux and sharing via Nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharing continues after cancelling upload

dshoreman opened this issue · comments

If you kill the script with ^C during the upload to Nextcloud, it only exits that function.

Instead of NextShot exiting entirely, it continues to attempt sharing even though there's nothing there to share.

To fix this, we need to rework the main pipeline which will also make it easier to abort at other stages earlier in the process.