adb-sync

command module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

adb-sync

A CLI to sync between android & local system using adb

Installation

Using Go

go install github.com/arzkar/adb-sync@latest

From Github

  1. Make sure you have Git installed on your system.
  2. Download the latest release of adb-sync from the Releases page.
  3. Extract the downloaded archive to a location of your choice.
  4. Add the extracted directory to your system's PATH.

Usage

> adb-sync
adb-sync v0.1.0
Copyright (c) Arbaaz Laskar <arzkar.dev@gmail.com>

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.

Example

Pull
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
Push
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

Documentation

Overview

Copyright 2023 Arbaaz Laskar

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

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed 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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL