adbshell 0.1.0

A simple CLI tool to execute shell commands on Android devices using ADB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "adbshell"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "A simple CLI tool to execute shell commands on Android devices using ADB."
repository = "https://github.com/Keivry/adbshell"
homepage = "https://github.com/Keivry/adbshell"
keywords = ["adb", "shell", "cli"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
thiserror = "2"
tracing = "0.1"
wait-timeout = "0.2"