Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-07 00:20:59 +00:00
parent ce31a6d914
commit ba165f8d8e
23 changed files with 178 additions and 11 deletions

View File

@@ -6,16 +6,16 @@ source: https://github.com/tldr-pages/tldr.git
# apkeep
> Download APK files from various sources.
> More information: <https://github.com/EFForg/apkeep>.
> More information: <https://github.com/EFForg/apkeep/blob/master/USAGE>.
- Download an APK file to the specified directory:
`apkeep --app {{com.example.application}} {{path/to/directory}}`
`apkeep {{[-a|--app]}} {{com.example.application}} {{path/to/directory}}`
- List all available versions for download:
`apkeep --app {{com.example.application}} --list-versions {{path/to/directory}}`
`apkeep {{[-a|--app]}} {{com.example.application}} {{[-l|--list-versions]}} {{path/to/directory}}`
- Specify a store to download from:
`apkeep --app {{com.example.application}} --download-source {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}`
`apkeep {{[-a|--app]}} {{com.example.application}} {{[-d|--download-source]}} {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}`