google / adb-sync

Apache License 2.0
1.08k stars 169 forks source link

Not Issue. Possible Suggestion #31

Open tokenwizard opened 5 years ago

tokenwizard commented 5 years ago

Wasn't sure how else to share a suggestion.

Sometimes I have multiple devices I'd like to work with at a given moment. I have some simple bash scripts to handle some things, and the first part of the bash script runs "adb devices" and allows me to select a device that the rest of the operations in that script will be performed on.

Would it be possible to add this functionality to your adb-sync tool? I'm not up on my Python just yet.

divVerent commented 5 years ago

As in making this interactive? Probably not.

A wrapper script that does this part could be a welcome addition though.