cmd/cli | ||
config | ||
data | ||
model | ||
ui/cli | ||
.gitignore | ||
go.mod | ||
Makefile | ||
README.md |
ketotrack
Simple ketosis tracker written in Go.
Features
- Record your blood glucose and ketone levels
- Record notes about things that might affect your ketosis
Reading data will be saved to $HOME/.ketotrack/records.json
and graphing will be implemented at a later date.
Building and Installing
At some point I'll include a Makefile, until then manually build and copy to any directory in your path.
cd cmd/cli
go build -o ketotrack
mv ketotrack $HOME/.local/bin