mirror of https://github.com/CrimsonTome/tldr.git
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}}