summaryrefslogtreecommitdiff
path: root/plugins/adb
AgeCommit message (Collapse)Author
2024-07-23refactor(adb): remove outdated completion plugin `adb` (#12576)Marc Cornellà
BREAKING CHANGE: the `adb` plugin has been removed in favor of the completion provided out-of-the-box by zsh since 4.3.14. This commit removes plugin `adb`, which bundles custom completion for the `adb` tool for Android. `adb` completion is already supported out of the box in zsh 4.3.14 and older. Reference: https://github.com/zsh-users/zsh/commit/d1a557d008b7fa7881327acbd6decdb50631cc9c
2019-02-17adb: improve `adb -s` completion to show helpful info (#7532)Muhannad Fakhouri
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)
2018-06-17adb: fix `adb -s` device completion (#6489)kang
2017-12-07Update adb (#6472)kg
2017-12-04add autocomplete for adb -s option (#6121)kg
2017-06-07Extend list of adb commands. (#5584)Tobias Preuss
2015-06-11adb: add more commandsLuca Stefani
2015-03-16Update _adbXerWandeRer
Added support for `tcpip` option
2014-08-31Add README.md for adb-autocompletion plugin.Tobias Preuss
2014-08-06Added _files to complete all arguments following the first as filesFrederik Mogensen
2014-08-06Added autocompleting plugin for Android Debug Bridge (adb).Frederik Mogensen