0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

10 commits

Author SHA1 Message Date
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
kang
c99844d848 adb: fix adb -s device completion (#6489) 2018-06-17 00:07:03 +02:00
kg
e999f104e7 Update adb (#6472) 2017-12-07 15:52:52 -08:00
kg
2af2d1aa31 add autocomplete for adb -s option (#6121) 2017-12-04 15:08:07 -08:00
Tobias Preuss
1c958e02a5 Extend list of adb commands. (#5584) 2017-06-07 14:47:47 -07:00
Luca Stefani
af4ffe56ea adb: add more commands 2015-06-11 21:10:37 +02:00
XerWandeRer
a414b5e3d9 Update _adb
Added support for `tcpip` option
2015-03-16 13:55:35 +08:00
Tobias Preuss
65f97a66c7 Add README.md for adb-autocompletion plugin. 2014-08-31 21:42:49 +02:00
Frederik Mogensen
8ad9122ba4 Added _files to complete all arguments following the first as files 2014-08-06 13:51:58 +02:00
Frederik Mogensen
89f1d94a30 Added autocompleting plugin for Android Debug Bridge (adb). 2014-08-06 13:51:58 +02:00