From 6d3dabe81c5c37e6063a04e7f31a5e307b2ba929 Mon Sep 17 00:00:00 2001 From: Veronie Date: Sun, 13 Mar 2022 14:18:19 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f5b4fd..d994287 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ -# BggToolAnother - -An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool. +# BggToolAnother + +An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool. + +At present, this can be done: +- You can download things from BGG by user, geeklist or family and display the list +- When downloading, the currently displayed list can be modified with the results: add to the list, replace it, keep only new entries, intersect both lists, or subtract the result. +- The currently displayed list can be saved and later loaded again using a local database (sqlite) +- If they were downloaded by specifying a user name, the number of plays and user ratings are saved with the things. +- Can import a result.txt that was generated by bgg1tool (but the version is not imported correctly yet). +- Can export the currently displayed list to a 'result.txt' file that nandeck can parse and create profile cards using the 'IDKdeck_OnlyHuman.txt' template. (Everything except the Rank is available at present.) + +Planned features: +- Delete a local game list +- Replace an existing local game list +- Cache families and geeklists locally +- Directly generate a PDF with nandeck +