android-completion
android-completion copied to clipboard
Bash completion for "adb" from the Google Android SDK
Hello. Is this project still supported? Do you know about https://github.com/aartamonau/repo.bash_completion?
Instead of: > Restart your shell in most cases can be used such snippet: ``` bash source ~/.bashrc ```
What about autocomplete devices on emulator -avd? This snippet could help: $ android list avd | grep Name: | cut -d ' ' -f 6
Support for aapt completion would be nice too…