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-syncApache License 2.0
programs: -
Maintainers
Platforms (46)
powerpc64-linuxarmv7a-linuxx86_64-cygwinx86_64-solarismicroblaze-linuxarc-linuxarmv6l-linuxs390-linux
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