Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadorbs committed Nov 28, 2023
1 parent 7d5e1be commit 9314657
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 35 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion LidlToGrocy.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
14 changes: 9 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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 <value>
Expand All @@ -42,8 +44,10 @@ Params:
lidl country
/l, /lidl-lang <value> (default en)
lidl language
/t, /lidl-token <value>
lidl token (see https://github.com/Andre0512/lidl-plus#commandline-tool)
/t, /lidl-token <commandline-tool)>
lidl token (see https://github.com/Andre0512/lidl-pluscommandline-tool)
/f, /lidl-filepath <value>
lidl json file (optional)
```
```

0 comments on commit 9314657

Please sign in to comment.