watracker
Version:
Track your daily water intake from the terminal.
18 lines (14 loc) • 611 B
JavaScript
export default `💧 Water Tracker CLI — Stay Hydrated!
Usage:
watracker [command] [options]
Commands:
d, drink Drink a cup of water
u, undrink Undrink a cup of water
s, set Set config options (goal, max, scale, rows)
Examples:
watracker d # You drank a cup
watracker u # You undrank a cup
watracker set goal=8 # Set goal to 8 cups
watracker set max=12 # Set max to 12 cups
watracker set scale=3 # Each cup adds 3 progress
watracker set rows=3 # Show data for 3 days`