forked from themadman/uguucho
commit
47ac8edc9e
1 changed files with 33 additions and 0 deletions
@ -0,0 +1,33 @@
@@ -0,0 +1,33 @@
|
||||
|
||||
## Privacy aware spargetti code uguu.se uploader |
||||
|
||||
This script is meant to fit the author's needs and everyone who requires a upload tool with the following requirements: |
||||
|
||||
1. Uses tor for uploading |
||||
2. Allows to upload files and screenshots directly |
||||
3. Asks for confirmation after taking screenshot before uploading to prevent leaking private information that can happen with this kind of scripts |
||||
|
||||
|
||||
### Dependencies: |
||||
|
||||
`zenity curl torsocks` |
||||
|
||||
|
||||
### Usage: |
||||
|
||||
|
||||
Screenshot part of screen and upload: |
||||
|
||||
`uguucho -s` |
||||
|
||||
|
||||
Screenshot entire screen and upload: |
||||
|
||||
`uguucho -F` |
||||
|
||||
|
||||
Upload file |
||||
|
||||
`uguucho Rimu\ Selfie\ on\ Tub.jpg` |
||||
|
||||
|
Loading…
Reference in new issue