echo-adb 1.0.1

A command-line tool for echoing lines of text to an Android device using ADB.
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 6.41 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.35 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Implox

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