aboutsummaryrefslogtreecommitdiffstats
path: root/bash_completion/adb.bash
Commit message (Collapse)AuthorAgeFilesLines
* adb bash completion: fix completion of "adb -s"JP Abgrall2012-05-071-1/+1
| | | | | | | It would incorrectly quote '2>' which would end up passed to the command. Change-Id: I77ac112363efea4322910784355f3274dad44bab
* More features for adb bash_completionKenny Root2011-07-181-0/+382
* Aborts early if "adb" isn't in the path. * Clean up formatting to be more friendly to vim's syntax highlighter. * Add vim mode line * Adds these adb commands: install uninstall push pull reboot * Rename "adb" to "adb.bash" so we can filter out more effectively. Change-Id: I76cff06a12cd827ba1d901ac3005059635454822