mix dala.clipboard (dala_dev v0.4.0)

Copy Markdown View Source

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.