# `mix dala.clipboard`
[🔗](https://github.com/ohhi-vn/dala_dev/blob/main/lib/mix/tasks/dala.clipboard.ex#L1)

Paste long strings into device text fields without typing them on the
virtual keyboard.

    mix dala.clipboard get                     # print clipboard contents
    mix dala.clipboard set "some long token"   # replace clipboard contents
    mix dala.clipboard get --device 78354490

Supported on iOS Simulators (`xcrun simctl pbpaste/pbcopy`). Android blocks
background clipboard access, so use `adb shell input text "..."` with the
field focused instead.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
