0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/adb
Muhannad Fakhouri dfd1b4f8df adb: improve adb -s completion to show helpful info (#7532)
Currently it shows for example the following:

  DEVICE_ID  -- transport_id:2

which doesn't really ease device selection. I've adapted the awk script to print
device name with it's model name, see the example below:

  DEVICE_ID  -- Pixel_3(blueline)
2019-02-17 23:10:17 +01:00
..
_adb adb: improve adb -s completion to show helpful info (#7532) 2019-02-17 23:10:17 +01:00
README.md add autocomplete for adb -s option (#6121) 2017-12-04 15:08:07 -08:00

adb autocomplete plugin

  • Adds autocomplete options for all adb commands.
  • Add autocomplete for adb -s

Requirements

In order to make this work, you will need to have the Android adb tools set up in your path.