An open API service indexing awesome lists of open source software.

https://github.com/esafirm/gadb

ADB replacement with enhanced and more features
https://github.com/esafirm/gadb

adb android cli hacktoberfest

Last synced: about 1 year ago
JSON representation

ADB replacement with enhanced and more features

Awesome Lists containing this project

README

          

## GADB (Go ADB)

ADB wrapper with enhanced and more features!

## Install

Using [Homebrew](https://brew.sh/)

```
brew install esafirm/tap/gadb
```

Or download the binareis in [release page](https://github.com/esafirm/gadb/releases)

Create alias!

```
alias adb=gadb
```

## Usage

Do anything you want to do with `adb`

For example you can get the list of connected android devices by using `gadb devices`

## Commands

For detailed command, please refer to [Command Page](https://github.com/esafirm/gadb/blob/master/COMMANDS.md)

## License

Apache 2 @ Esa Firman