From 931465785afd7da3cb2795244a492298afc16af2 Mon Sep 17 00:00:00 2001 From: Matteo Salvi Date: Wed, 29 Nov 2023 00:05:15 +0100 Subject: [PATCH] chore: small changes --- .github/workflows/main_release.yml | 30 +----------------------------- LidlToGrocy.lpr | 2 +- readme.md | 14 +++++++++----- 3 files changed, 11 insertions(+), 35 deletions(-) diff --git a/.github/workflows/main_release.yml b/.github/workflows/main_release.yml index 148ed21..aaa8fe9 100644 --- a/.github/workflows/main_release.yml +++ b/.github/workflows/main_release.yml @@ -48,38 +48,10 @@ jobs: debug_file: 'lidltogrocy.dbg' - os: ubuntu-22.04 - name: 'Linux 64 GTK2' + name: 'Linux 64' fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux' lazbuild: 'fpcLaz/lazarus/lazbuild' dbg2mab: 'dbg2mab' - build-widgetset: 'gtk2' - build-os: 'linux' - debug_file: 'lidltogrocy.dbg' - - - os: ubuntu-22.04 - name: 'Linux 64 GTK3' - fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux' - lazbuild: 'fpcLaz/lazarus/lazbuild' - dbg2mab: 'dbg2mab' - build-widgetset: 'gtk3' - build-os: 'linux' - debug_file: 'lidltogrocy.dbg' - - - os: ubuntu-20.04 - name: 'Linux 64 QT5' - fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux' - lazbuild: 'fpcLaz/lazarus/lazbuild' - dbg2mab: 'dbg2mab' - build-widgetset: 'qt5' - build-os: 'linux' - debug_file: 'lidltogrocy.dbg' - - - os: ubuntu-22.04 - name: 'Linux 64 QT6' - fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux' - lazbuild: 'fpcLaz/lazarus/lazbuild' - dbg2mab: 'dbg2mab' - build-widgetset: 'qt6' build-os: 'linux' debug_file: 'lidltogrocy.dbg' diff --git a/LidlToGrocy.lpr b/LidlToGrocy.lpr index 7f3115c..a8f7432 100644 --- a/LidlToGrocy.lpr +++ b/LidlToGrocy.lpr @@ -37,7 +37,7 @@ with Executable.Command do begin - ExeDescription := 'An executable to add easily your Lidl receipts into Grocy ' + VERSION + ' [!!!UNSTABLE!!!]'; + ExeDescription := 'An executable to add easily your Lidl receipts into Grocy ' + VERSION; Application := TLidlToGrocy.Create(nil); diff --git a/readme.md b/readme.md index b83bfd0..dcafe6e 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ This software is unofficial and is not related in any way to Lidl or Grocy. It i # lidltogrocy -An command line executable to add easily your Lidl receipts into [Grocy](https://github.com/grocy/grocy). +An command line executable to add easily your Lidl receipts into [Grocy](https://github.com/grocy/grocy). Inspired by [LidGroSyncer](https://github.com/vorostamas/LidGroSyncer). ## Key Features @@ -16,6 +16,7 @@ An command line executable to add easily your Lidl receipts into [Grocy](https:/ ## Usage * Install [lidl-plus](https://github.com/Andre0512/lidl-plus) using Pip +* Get [lidl token](https://github.com/Andre0512/lidl-pluscommandline-tool) * Fill settings.json * Run LidlToGrocy executable with grocy and lidl-plus params @@ -26,10 +27,11 @@ Options: /v, /verbose generate verbose output /?, /help display this message /n, /no-add-stock don't add product in stock - /c, /no-call-openfoodfacts + /c, /no-openfoodfacts don't get product infos from openfoodfacts /s, /save-lidl-json save lidl json in a file (lidl.json) /o, /consume-now consume grocy product after adding + /r, /no-picture don't get openfoodfacts image in grocy Params: /i, /grocy-ip @@ -42,8 +44,10 @@ Params: lidl country /l, /lidl-lang (default en) lidl language - /t, /lidl-token - lidl token (see https://github.com/Andre0512/lidl-plus#commandline-tool) + /t, /lidl-token + lidl token (see https://github.com/Andre0512/lidl-pluscommandline-tool) /f, /lidl-filepath lidl json file (optional) -``` \ No newline at end of file + + +```