mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 21:00:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user