1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/fdroidcl.md

33 lines
610 B
Markdown
Raw Normal View History

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