Crates.io | echo-adb |
lib.rs | echo-adb |
version | 1.0.1 |
source | src |
created_at | 2019-05-28 23:34:00.319299 |
updated_at | 2019-06-12 21:26:19.78536 |
description | A command-line tool for echoing lines of text to an Android device using ADB. |
homepage | https://www.github.com/Implox/echo-adb |
repository | https://www.github.com/Implox/echo-adb |
max_upload_size | |
id | 137593 |
size | 5,610 |
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
If you just want a specific string echoed:
$ echo-adb "Sample text"
Or you can use pipes:
$ "Sample text" | echo-adb