Skip to content

brnwb/personal-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

personal-scripts

Personal command-line scripts that are tracked in git and installable on local machines.

Deno commands

Install the body weight logger:

deno task install:weight-log

Use 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.csv

Or set a default CSV path in your shell:

export WEIGHT_LOG_CSV="$HOME/repos/zepbound/zepbound_weight.csv"
weight-log 145.9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors