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 78354490Supported on iOS Simulators (xcrun simctl pbpaste/pbcopy). Android blocks
background clipboard access, so use adb shell input text "..." with the
field focused instead.