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
- Host: GitHub
- URL: https://github.com/esafirm/gadb
- Owner: esafirm
- License: apache-2.0
- Created: 2019-05-16T20:40:14.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T22:48:52.000Z (over 1 year ago)
- Last Synced: 2025-05-07T21:06:24.802Z (about 1 year ago)
- Topics: adb, android, cli, hacktoberfest
- Language: Go
- Homepage:
- Size: 7.72 MB
- Stars: 42
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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