| name | huckleberry |
| description | Track baby sleep, feeding, diapers, and growth via the Huckleberry CLI. Use when the user asks about logging baby activities, starting/stopping sleep, bottle feeding, diaper changes, or growth measurements. |
Huckleberry CLI
Command-line interface for Huckleberry, a baby tracking app. Authenticate once and log sleep, feeds, diapers, and growth from your terminal.
Note: This is an unofficial tool and is not affiliated with Huckleberry.
Install
pip install huckleberry-cli
Quick start
huckleberry login
huckleberry children
huckleberry sleep start
Commands
Sleep
huckleberry sleep start
huckleberry sleep stop
huckleberry sleep pause
huckleberry sleep resume
huckleberry sleep cancel
Feeding
Breastfeeding:
huckleberry feed start --side=left
huckleberry feed start --side=right
huckleberry feed switch
huckleberry feed stop
Bottle:
huckleberry feed bottle <amount> [--type=TYPE] [--units=UNITS]
huckleberry feed bottle 120
huckleberry feed bottle 4 --units=oz
huckleberry feed bottle 100 --type="Breast Milk"
Types: Formula, Breast Milk, Mixed
Units: ml (default), oz
Diapers
huckleberry diaper pee
huckleberry diaper poo
huckleberry diaper both
huckleberry diaper dry
huckleberry diaper poo --color=yellow
huckleberry diaper poo --consistency=soft
huckleberry diaper both --color=brown --consistency=runny
Colors: yellow, green, brown, black, red
Consistency: runny, soft, solid, hard
Growth
huckleberry growth --weight=7.5
huckleberry growth --height=65
huckleberry growth --head=42
huckleberry growth --weight=7.5 --height=65 --head=42
huckleberry growth --weight=16.5 --units=imperial
Info
huckleberry children
huckleberry --json children
huckleberry status
Multiple Children
huckleberry --child="Baby" sleep start
huckleberry -c "Baby" diaper pee
Authentication
Config stored at ~/.config/huckleberry/config.json.
huckleberry login
Or use environment variables:
export HUCKLEBERRY_EMAIL="your@email.com"
export HUCKLEBERRY_PASSWORD="your-password"
export HUCKLEBERRY_TIMEZONE="America/Los_Angeles"
Requirements
Unit Conversions
- 1 oz ≈ 30 ml
- 1 lb ≈ 0.45 kg
- 1 inch ≈ 2.54 cm