- CLI tool for managing Bring! shopping lists - Environment variable-based configuration - Commands: add, list, remove, recent - Complete English documentation - Security: credentials via env vars, not hardcoded Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
4 lines
95 B
Bash
4 lines
95 B
Bash
BRING_EMAIL=your-email@example.com
|
|
BRING_PASSWORD=your-password
|
|
BRING_LIST_UUID=your-list-uuid
|