vanadium-archive / madb

Multi-device Android Debug Bridge (madb): A command line tool that wraps Android Debug Bridge (adb) and provides various features for controlling multiple Android devices concurrently.
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Allow assigning names using the device index #5

Open yyoon opened 8 years ago

yyoon commented 8 years ago

madb set name <device_serial> <nickname> is the current syntax, and the first argument should always be an actual device serial.

Accepting the device index (e.g., @1, @2, ...) in place of the serial would be convenient.