forked from linuxdeepin-packages/deepin-scrot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
27 lines (18 loc) · 892 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Fork of deepin-scrot that automatically uploads crops to Dropbox. I made this for myself, so it's not really easy to
use or highly configurable, but feel free to make it reusable.
SYNOPSIS
Deepin Scrot with the ability to save your snapshots directly to Dropbox. It works like this:
- Take a snapshot the usual way.
- Select "Save to Dropbox" instead of the old "Save" button.
- The program saves the snapshot to your public Dropbox folder, generates the public URL for it, puts it into your
clipboard and plays a sound as feedback.
INSTALLING
Run setup-ubuntu.sh or setup-opensuse.sh with root privileges. Then change the values at the bottom of the
constant.py file to match your Dropbox configuration.
RUNNING
Go to the src folder and run:
python deepinScrot.py
or
./deepinScrot.py
TODO
Change the "Save to Dropbox" icon to show the Dropbox logo instead of a floppy disk.