logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

F-Droid Manager - Control Apps via ADB | Online Free DevTools by Hexmos

Control F-Droid apps via ADB with F-Droid Manager. Manage app installation, updates, and repositories on connected Android devices. Free online tool, no registration required.

fdroidcl

Manage F-Droid apps of devices connected via ADB. More information: https://github.com/mvdan/fdroidcl.

  • Fetch the F-Droid index:

fdroidcl update

  • Display information about an app:

fdroidcl show {{app_id}}

  • Download the APK file of an app:

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}}

  • Add a repository:

fdroidcl repo add {{repo_name}} {{url}}

  • Remove, enable or disable a repository:

fdroidcl repo {{remove|enable|disable}} {{repo_name}}