From dfd3171a197e288b2df6b2cb6d9e000a3526280e Mon Sep 17 00:00:00 2001 From: Linus789 Date: Thu, 12 Jan 2023 22:17:03 +0100 Subject: [PATCH] update readme: repo subcommand --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index c1063fa..04760af 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Unofficial packages are available on: [Debian](https://packages.debian.org/buste defaults Reset to the default settings version Print version information clean Clean index and/or cache + repo Manage repositories An appid is just an app's unique package name. A specific version of an app can @@ -61,6 +62,26 @@ you will likely find it at `~/.config/fdroidcl/config.json`. You can run `fdroidcl defaults` to create the config with the default settings. +#### *new: you can manage the repositories now directly via cli* + +``` +usage: fdroidcl repo + +List, add, remove, enable or disable repositories. +When a repository is added, it is enabled by default. + +List repositories: + + $ fdroidcl repo + +Modify repositories: + + $ fdroidcl repo add + $ fdroidcl repo remove + $ fdroidcl repo enable + $ fdroidcl repo disable +``` + ### Advantages over the Android client * Command line interface