Compare commits

..

3 commits

Author SHA1 Message Date
23001320da Balance in README hinzugefügt 2025-08-30 17:19:30 +02:00
89b13ac938 Readme angepasst 2025-08-30 17:14:01 +02:00
9e6beb9adc Runner for automatic compiling of releases.
All checks were successful
Build Klog Release / build (linux) (release) Successful in 38s
Build Klog Release / build (windows) (release) Successful in 39s
2025-08-30 14:53:49 +02:00
2 changed files with 8 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
FORGEJO_URL: https://dev.hflabs.de
REPO_OWNER: henner
REPO_NAME: kaffeeclipriv
REPO_NAME: kaffeecli
RELEASE_ID: ${{ github.event.release.id }}
run: |
if [ "${{ matrix.os }}" == "windows" ]; then

View file

@ -13,7 +13,8 @@ It is built with Go and uses a simple configuration file to store your API setti
- `klog config url <url>` set API endpoint
- `klog config insecure <true|false>` ignore self-signed SSL certs
- `klog config show` show current configuration
- `klog c` (aliases: `klog k`, `klog coffee`, `klog kaffee`) log a coffee event
- `klog c` (aliases: `klog k`, `klog coffee`, `klog kaffee`) log a coffee
- `klog balance` shows your balance
- `klog brew <waterIn> [--notify=<true|false>] [--plan=<true|false>] [--planTime=<minutes>]` log a brew with options
- **Formatted output**
@ -52,6 +53,11 @@ klog config url https://example.com/
klog config show
```
### Show your balance
```bash
klog balance
```
### Log events
```bash