adb-sync

adb-sync-unstable 2019-01-01

Tool to synchronise files between a PC and an Android devices using ADB (Android Debug Bridge)

https://github.com/google/adb-sync
Apache License 2.0
programs: -
Platforms (46)
loongarch64-linuxarmv7l-linuxx86_64-redoxi686-freebsdmicroblaze-linuxaarch64-freebsdx86_64-freebsdx86_64-cygwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adb-sync
];
Ad-hoc shell
nix-shell -p adb-sync
Flake (nix run)
nix run nixpkgs#adb-sync