Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-24 00:12:28 +00:00
parent 6ad53288ef
commit 40892cc890
11 changed files with 49 additions and 15 deletions

View File

@@ -5,18 +5,18 @@ source: https://github.com/tldr-pages/tldr.git
---
# fdroidcl
> F-Droid CLI client.
> Manage F-Droid apps of devices connected via ADB.
> More information: <https://github.com/mvdan/fdroidcl>.
- Fetch the F-Droid index:
`fdroidcl update`
- Display info about an app:
- Display information about an app:
`fdroidcl show {{app_id}}`
- Download an APK file:
- Download the APK file of an app:
`fdroidcl download {{app_id}}`
@@ -27,3 +27,11 @@ source: https://github.com/tldr-pages/tldr.git
- 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}}`