google/adb-sync

Not Issue. Possible Suggestion

tokenwizard opened this issue · 1 comments

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.

As in making this interactive? Probably not.

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