hpedrorodrigues / ADBe

A simple CLI to extend some ADB commands on multiple devices

Home Page:http://hpedrorodrigues.github.io/ADBe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADBe

A simple Command-line interface (CLI) that builds upon the existing Android Debug Bridge (ADB) to provide better support when dealing with running adb commands on more than one device.

Inspired by adb-extended.

Motivation

ADB does not support some commands on multiple devices.

If you run a simple command like adb shell with multiple connected devices results in an error like this:

ADB

But if you run with adbe you will get this:

ADBe

Giving the option to run this command on individual devices or on all of them.

Usage

  • Download project.
  • Move adbe.scala or adbe.rb file that is located in src to the folder you want and add to the path.
  • Now simply run the command adbe.

Requirements

ADB, Scala 2.11.5 or greater or Ruby 2.2.1 or greater, in your PATH.

More

For more information on installing the scala check out facilities page.

ADBe is a work in progress, feel free to improve it.

License

ADBe is released under the MIT license. See LICENSE for details.

Issues

For questions, bug reports, improve documentation, and feature request please search through existing issue and if you don't find and answer open a new one here. If you need support send me an email. You can also contact me for any non public concerns.

References

About

A simple CLI to extend some ADB commands on multiple devices

http://hpedrorodrigues.github.io/ADBe/

License:MIT License


Languages

Language:Ruby 50.1%Language:Scala 49.9%