History log of /sdk/bash_completion/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31c667a772ef6ba491232daf658195d5fcdcb86c 11-Jun-2014 Kenny Root <kroot@google.com> bash completion: add downgrade flag for adb install

Change-Id: I246ffbcfe0981e7f32f80d5a4cd22c3fa6c44648
db.bash
91fcc30acea4a45bf749338a5f614f3848290cf5 20-May-2014 Jeff Brown <jeffbrown@google.com> Fix problems completing filenames with spaces.

Set the IFS variable to prevent the shell from breaking the
array generated by compgen at space boundaries. This was done
in other completion functions but oddly missed in the filename
completion function.

Change-Id: I23245fc344b2b9d21aa664ebcfdb2c8ddb9da650
db.bash
0ac2b21e5d9798e40c1dca70ed72e704d0acc293 14-Apr-2013 Chirayu Desai <cdesai@cyanogenmod.org> adb bash completion: add support for sideload command

Change-Id: I3a1c1a87dc0921f40ea413819e704c567cba686f
db.bash
7d56e24dd9ebe85d255afbb21c1da4f82b51cc3e 07-May-2012 JP Abgrall <jpa@google.com> adb bash completion: fix completion of "adb -s"

It would incorrectly quote '2>' which would end up passed to the
command.

Change-Id: I77ac112363efea4322910784355f3274dad44bab
db.bash
3bf0a01ef66a9b99149ba3faaf34a1362581dd01 16-Jul-2011 Kenny Root <kroot@google.com> 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
db
db.bash
1ffbf6312959446cd1256fcdf030b17dc043ed20 15-Jul-2011 Kenny Root <kroot@google.com> Add bash_completion scripts for adb

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
ODULE_LICENSE_APACHE2
OTICE
EADME
db