Skip to content

日常工作开发的MacOS命令行工具(4个)

Notifications You must be signed in to change notification settings

wan-dl/tiny-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

工具 说明
jqc 命令行json处理器,类似jq,但支持解析带有注释的json文件。
mobile_device_probe Mac电脑手机设备检测(包含android真机、ios真机、鸿蒙真机、ios模拟器)
ocrtext mac平台,从图片中识别文本
ocrtext_coords mac平台,识别手机截图,获取某个按钮坐标位置

jqc

jqc: 命令行json处理器,类似jq,但支持解析带有注释的json文件。

// 使用方法
cat abc.json | jqc '.'

mobile_device_probe

mobile_device_probe: Mac电脑手机设备检测(包含android真机、ios真机、鸿蒙真机、ios模拟器)

mobile_device_probe --help
mobile_device_probe usb
mobile_device_probe android
mobile_device_probe ios

输出:

[
  {
    "type" : "ios",
    "name" : "iPhone",
    "serial" : "000081100012342424242",
    "brand" : "Apple",
    "vendor_id" : "0x05AC",
    "product_id" : "0x12A8",
    "trusted" : false
  }
]

About

日常工作开发的MacOS命令行工具(4个)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •