mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
452 B
452 B
fdroidcl
F-Droid CLI (Command-line Interface) Client. Weitere Informationen: https://github.com/mvdan/fdroidcl.
- Aktualisiere den Index:
fdroidcl update
- Zeige Informationen über eine App:
fdroidcl show {{app_id}}
- Lade eine apk-Datei herunter:
fdroidcl download {{app_id}}
- Suche nach einer App im Index:
fdroidcl search {{suchmuster}}
- Installiere eine App auf einem verbundenen Gerät:
fdroidcl install {{app_id}}