echo-adb

Crates.ioecho-adb
lib.rsecho-adb
version1.0.1
sourcesrc
created_at2019-05-28 23:34:00.319299
updated_at2019-06-12 21:26:19.78536
descriptionA command-line tool for echoing lines of text to an Android device using ADB.
homepagehttps://www.github.com/Implox/echo-adb
repositoryhttps://www.github.com/Implox/echo-adb
max_upload_size
id137593
size5,610
Alex Flores (Implox)

documentation

https://www.github.com/Implox/echo-adb

README

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
Commit count: 0

cargo fmt