2 stable releases
1.0.1 | Jun 12, 2019 |
---|---|
1.0.0 | May 28, 2019 |
#838 in Hardware support
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–3MB
~53K SLoC