mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 08:55:05 +00:00
Update cheatsheets
This commit is contained in:
29
fdroidcl
Normal file
29
fdroidcl
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fdroidcl
|
||||
|
||||
> F-Droid CLI client.
|
||||
> More information: <https://github.com/mvdan/fdroidcl>.
|
||||
|
||||
- Fetch the F-Droid index:
|
||||
|
||||
`fdroidcl update`
|
||||
|
||||
- Display info about an app:
|
||||
|
||||
`fdroidcl show {{app_id}}`
|
||||
|
||||
- Download an APK file:
|
||||
|
||||
`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}}`
|
||||
Reference in New Issue
Block a user