Schedule and track household cleaning tasks with inventory management. Use when planning cleaning rotations, restocking supplies, or making checklists.
Schedule and track household cleaning tasks with inventory management. Use when planning cleaning rotations, restocking supplies, or making checklists.
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
cleanscripts/script.sh clean
Clean old data
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 |
|---|---|---|
CLEANING_DIR | No | Data directory (default: ~/.cleaning/) |
All data stored in ~/.cleaning/ 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]