A CLI to sync between android & local system using adb
go install github.com/arzkar/adb-sync@latest
- Make sure you have Git installed on your system.
- Download the latest release of adb-sync from the Releases page.
- Extract the downloaded archive to a location of your choice.
- Add the extracted directory to your system's PATH.
> adb-sync
adb-sync v0.1.0
Copyright (c) Arbaaz Laskar <[email protected]>
A CLI to sync between android & local system using adb
Usage:
adb-sync [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
pull Pull files from the source_path to the destination_path
push Push files from the source_path to the destination_path
Flags:
-h, --help help for adb-sync
Use "adb-sync [command] --help" for more information about a command.
Usage:
adb-sync pull [source_path] [destination_path] [flags]
Flags:
--checksum Compare files using MD5 checksums
--debug Enable debug mode
--dry-run Perform a trial run without making any changes
-h, --help help for pull
Usage:
adb-sync push [source_path] [destination_path] [flags]
Flags:
--checksum Compare files using MD5 checksums
--debug Enable debug mode
--dry-run Perform a trial run without making any changes
-h, --help help for push