From 1eb285961b1f9771c2e7b36bf771a40fc79b037e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 10 Apr 2015 23:27:32 +0200 Subject: [PATCH] Add README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0251f63 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# fdroidcl + +F-Droid desktop client. + +Not yet a replacement for the Android client, since many features are still +missing. + +For simplicity, it tries to follow the `apt-get`/`apt-cache` commands where it +makes sense such as `update`, `show`, `install` and `remove`. + +### Current features + + * Single repo support + * Update the index + * List all apps + * Show details of an app + +### Missing features + + * Searching + * Multi-repo support + * Interaction with a device + - Probably via the command `adb` + - Fetch device details (Android version, architecture, ...) + - Fetch installed applications + - Should use a `sync` command if always fetching the data above is slow + - Install, update and remove applications +