4 个版本
0.1.5 | 2021 年 4 月 1 日 |
---|---|
0.1.4 | 2021 年 3 月 16 日 |
0.1.1 | 2020 年 11 月 12 日 |
0.1.0 | 2020 年 11 月 5 日 |
#1042 在 硬件支持
780KB
561 行(不包括注释)
Adb Over Wifi (aow)
[ /a-o/ ]
用 Rust 编写的 adb 命令行工具,用于通过 wifi 将设备连接到您的计算机。
除此之外,它还可以做很多事情(查看完整菜单 此处),例如截图、屏幕录制、测试深链接等。
该程序旨在处理多个连接的设备,并在出现任何与 adb
相关的错误时提供一些 提示。它可以智能地通知您新版本的可用性。
程序的使用(安装后)非常简单。只需连接一个设备 > 打开终端 & 输入 aow
。有关更多选项,请参阅此处。
安装
程序适用于所有主流平台 Mac、Linux 和 Windows,但安装过程可能不同。
一些您可能感兴趣阅读的信息:
贡献
欢迎贡献!有关更多信息,请参阅CONTRIBUTING。
许可证
Copyright 2020 Kaustubh Patange
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
依赖关系
~9–15MB
~285K SLoC