Personal command-line scripts that are tracked in git and installable on local machines.
Install the body weight logger:
deno task install:weight-logUse it with an explicit CSV path:
weight-log 145.9 --file ~/repos/zepbound/zepbound_weight.csv
weight-log 145.9 --date 2026-05-22 --file ~/repos/zepbound/zepbound_weight.csvOr set a default CSV path in your shell:
export WEIGHT_LOG_CSV="$HOME/repos/zepbound/zepbound_weight.csv"
weight-log 145.9