Skip to content

Implox/echo-adb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages