Go to file
2024-05-12 15:46:06 -04:00
config create config package 2024-05-12 15:46:06 -04:00
data data package handles AppContext and Records 2024-05-12 15:45:19 -04:00
model extract types to models package 2024-05-12 15:45:36 -04:00
.gitignore Initial commit 2024-05-11 22:06:45 -04:00
go.mod Initial commit 2024-05-11 22:06:45 -04:00
main.go add getNote method 2024-05-12 15:09:32 -04:00
README.md update README.md 2024-05-12 15:13:21 -04:00

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.

go build
mv ketotrack $HOME/.local/bin