OSDN Git Service

More features for adb bash_completion
authorKenny Root <kroot@google.com>
Fri, 15 Jul 2011 23:30:56 +0000 (16:30 -0700)
committerKenny Root <kroot@google.com>
Mon, 18 Jul 2011 18:13:22 +0000 (11:13 -0700)
commit3bf0a01ef66a9b99149ba3faaf34a1362581dd01
treea7bb421d686d060013479995141a79d348fe74b1
parent55ebbe1723a8dd0e904f385ff307ce175f339b8f
More features for adb bash_completion

* 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
bash_completion/adb [deleted file]
bash_completion/adb.bash [new file with mode: 0644]