I spend a lot of time doing Android and I have no way of getting auto-complete through the entire stack of things you can do via ADB.
So I made a bash profile for Android things. Its available on my GitHub.
Here are my favorites:
adb-install because I hate writing the install.
adb-clear-data because I don't want to switch to my device or emulator and actually look for the app and then clear data. By the same token...
adb-force-stop because the adb command is so long and my hands are too lazy to get off the keyboard
apk-verify-certs because sometimes I forget if I signed my apk... and....
apk-view-cert in case I forgot what I signed it with =(