Organize pantry stock, expiry dates, and shopping lists. Use when adding items, checking inventory, scheduling restocks, setting expiry reminders.
Organize pantry stock, expiry dates, and shopping lists. Use when adding items, checking inventory, scheduling restocks, setting expiry reminders.
statusscripts/script.sh status
Show current status
addscripts/script.sh add
Add new entry
listscripts/script.sh list
List all entries
searchscripts/script.sh search
Search entries
removescripts/script.sh remove
Remove entry by number
exportscripts/script.sh export
Export data to file
statsscripts/script.sh stats
Show statistics
configscripts/script.sh config
View or set config
helpscripts/script.sh help
versionscripts/script.sh version
Use scripts/script.sh config <key> <value> to set preferences.
| Variable | Required | Description |
|---|---|---|
PANTRY_DIR | No | Data directory (default: ~/.pantry/) |
All data stored in ~/.pantry/ using JSONL format (one JSON object per line).
Structured output to stdout. Exit code 0 on success, 1 on error.
Powered by BytesAgain | bytesagain.com | [email protected]