As any Android ROM developer would know, most of the time is spent in the shell. Be it to build the ROM, merge and keep track of changes, or to debug issues, the shell is the ROM developer’s home. With that in mind, it only makes sense to customize it to be as comfortable as possible for frequent tasks. XDA Recognized Developer AdrianDC set out with this goal in mind two years ago, customizing his shell little by little to make his tasks easier. As the project grew, it made more sense to open it up to anyone who might be interested. It is now a publicly available set of tools that can be easily installed and configured by any developer, and has become a massive project containing more than 650 functions to ease general Android development, as well as ADB , Git and Gerrit usage. Available Tools & Documentation There are too many features for us to list, but here’s a quick sneak peek: Advanced Gerrit SSH Interface : an easy to use SSH interface for Gerri...