nutri-cli is a small local CLI tool for tracking nutrition (meals, macros, water) in a SQLite database.
- Runtime: Python >= 3.11
- CLI: Typer (Click-compatible) + Rich as a dependency
- DB: SQLite (stdlib)
make setupuv run nutri --help
uv run nutri today- Default: XDG Data Directory (app-specific)
- Override:
NUTRI_DB_PATH=/path/to/db.sqlite3
- Keep CLI output in English.
- CLI behavior/flags remain 1:1 compatible with the original Click variant.