diff --git a/copyparty/web/svcs.html b/copyparty/web/svcs.html index 199abcdd..79460d93 100644 --- a/copyparty/web/svcs.html +++ b/copyparty/web/svcs.html @@ -274,6 +274,22 @@ +
to upload screenshots using flameshot, save this as flameshot.sh and run it:
+ #!/bin/bash
+ pw="{{ pw }}"
+ url="http{{ s }}://{{ ep }}/{{ rvp }}"
+ filename="$(date +%Y-%m%d-%H%M%S).png"
+ flameshot gui -s -r | curl -sT- "$url$filename?want=url&pw=$pw" | xsel -ib
+
+