rullzer / dropit

Nextcloud app to simple drop text/files
GNU Affero General Public License v3.0
33 stars 6 forks source link

Proper desktop script #3

Open tobiasKaminsky opened 6 years ago

tobiasKaminsky commented 6 years ago

Currently I have hacked a shell script, with hardcoded credentials and url: https://gist.github.com/tobiasKaminsky/38f7e8afbb9c7d0b94f7c8529c7a2de0

tobiasKaminsky commented 6 years ago

Updated to support pasting text: $ echo 'pasteNC.sh $pathToFile' $ echo 'pasteNC.sh "some text"' $ echo 'cat $file | pasteNC.sh'