majido / clipper

Simple android app to interact with system clipboard service via adb shell
MIT License
404 stars 70 forks source link

It does not support the character “&” #6

Open arckalsun opened 6 years ago

arckalsun commented 6 years ago

this is the result of my execution under the cmd terminal:

image

Spikatrix commented 3 years ago

You'll need to escape those characters using \& or surround the entire string with another set of quotes:

adb shell am broadcast -a clipper.set -e text "\"Your text here with & and other special characters\""