aboutsummaryrefslogtreecommitdiffstats
path: root/bash_completion
Commit message (Collapse)AuthorAgeFilesLines
* More features for adb bash_completionKenny Root2011-07-182-206/+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
* Add bash_completion scripts for adbKenny Root2011-07-154-0/+408
Adds rudimentary support for bash_completion using adb. It supports all the optional arguments for adb, completion of individual commands, and support for calling into the "shell" function and filename completion within the shell. Change-Id: I8e5ca53f3988140dc169a2e353dd92ff0438d6b7