Skip to content

Some cli tools that help to ease handy work, such as wifi-adb, apk-comparison; Getting start with homebrew installation

License

Notifications You must be signed in to change notification settings

hacktons/homebrew-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-cli

Some cli tools that help to ease handy work, most of these are written in Golang.

We’ve shipped the tools with Homebrew Formula , so you can use brew to install.

wifiadb

wifiadb is used to connect adb devices wirelessly.

1. Install cli

Make sure you have homebrew installed.

:~aven$ brew install wifiadb

2. How to use

  1. Connect device to macOS, make sure both device and macOS are in the same network;
  2. Use wifiadb to reconnect device, follow the cli prompt to unplugin the USB;

To make a preview, you can see that our device is connected as 10.252.238.184:5555 after running wifiadb.

apkcompare

This tool is used to make comparison between apk files. It will generate a xlsx ouput, display the size difference.

size-changes-line

size-detail

1. Install cli

:~aven$ brew install apkcompare

2. How to use

Type apkcompare into terminal to find out the usage help.

Generally, it receives a folder of apks as input parameter (see as -p, --path), then generate a xlsx report.

apkcompare -p ./ -o report.xlsx

About

Some cli tools that help to ease handy work, such as wifi-adb, apk-comparison; Getting start with homebrew installation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published