Skip to content

Command line options

Kaustubh Patange edited this page Mar 16, 2021 · 6 revisions

These are the list of commands as per version 0.1.4.

ADB Over Wifi (aow) v0.1.4 - A command line tool to connect devices over wifi (requires ADB).
Copyright 2020 Kaustubh Patange - https://github.com/KaustubhPatange/aow

Usage: aow [options]

Options:
      [null]               Connects a device over wifi (see demo on Github)
      -s, --show           Shows the list of connected device over wifi (if any).
      -d, --disconnect     Disconnect the connected device (if any).
      -v, --version        Prints the current version of tool
      -h, --help           Prints this help message.
      snap [file-path]     Take a screenshot. Optionally, you can specify a path to save it otherwise
                           the program will open native save dialog (windows only) to save the file.
      dlk, deeplink [url]  Fires a deeplink with the "url".

Examples:
      aow
      aow -d
Clone this wiki locally