#adb #android #echo #command-line-tool

bin+lib echo-adb

A command-line tool for echoing lines of text to an Android device using ADB

2 stable releases

1.0.1 Jun 12, 2019
1.0.0 May 28, 2019

#751 in Hardware support

40 downloads per month

WTFPL license

6KB
110 lines

Command-line tool for echoing lines of text to an Android device using ADB.

Installation

You can install this with cargo with the command

cargo install echo_adb

You can install cargo with

curl https://sh.rustup.rs -sSf | sh

Usage

If you just want a specific string echoed:

$ echo-adb "Sample text"

Or you can use pipes:

$ "Sample text" | echo-adb

Dependencies

~2.2–3MB
~53K SLoC