2019-11-11 22:58:04 +00:00
|
|
|
# fdroidcl
|
|
|
|
|
2024-02-23 08:17:59 +00:00
|
|
|
> Manage F-Droid apps of devices connected via ADB.
|
2019-11-11 22:58:04 +00:00
|
|
|
> More information: <https://github.com/mvdan/fdroidcl>.
|
|
|
|
|
|
|
|
- Fetch the F-Droid index:
|
|
|
|
|
|
|
|
`fdroidcl update`
|
|
|
|
|
2024-02-23 08:17:59 +00:00
|
|
|
- Display information about an app:
|
2019-11-11 22:58:04 +00:00
|
|
|
|
|
|
|
`fdroidcl show {{app_id}}`
|
|
|
|
|
2024-02-23 08:17:59 +00:00
|
|
|
- Download the APK file of an app:
|
2019-11-11 22:58:04 +00:00
|
|
|
|
|
|
|
`fdroidcl download {{app_id}}`
|
2019-11-14 12:50:47 +00:00
|
|
|
|
|
|
|
- Search for an app in the index:
|
|
|
|
|
|
|
|
`fdroidcl search {{search_pattern}}`
|
|
|
|
|
|
|
|
- Install an app on a connected device:
|
|
|
|
|
|
|
|
`fdroidcl install {{app_id}}`
|
2024-02-23 08:17:59 +00:00
|
|
|
|
|
|
|
- Add a repository:
|
|
|
|
|
|
|
|
`fdroidcl repo add {{repo_name}} {{url}}`
|
|
|
|
|
|
|
|
- Remove, enable or disable a repository:
|
|
|
|
|
|
|
|
`fdroidcl repo {{remove|enable|disable}} {{repo_name}}`
|