https://github.com/j-hc/adb-sink
https://github.com/j-hc/adb-sink
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/j-hc/adb-sink
- Owner: j-hc
- Created: 2024-03-26T00:36:28.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-01T10:51:34.000Z (5 months ago)
- Last Synced: 2025-01-13T13:52:26.594Z (5 months ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adb-sink
Even better adb sync
```
github.com/j-hc
Version: 1.0
Usage: adb-sink
Commands:
pull
push
help Print this message or the help of the given subcommand(s)
``````
Usage: adb-sink pull [OPTIONS]Arguments:
Options:
-t, --set-times set modified time of files
-d, --delete-if-dne delete files on target that does not exist in source
-i, --ignore-dir ignore dirs starting with specified string
-h, --help Print helpOptions:
-h, --help Print help
-V, --version Print version```