Go to file
2024-05-12 16:26:05 -04:00
cmd/cli refactor entire structure 2024-05-12 16:05:05 -04:00
config create config package 2024-05-12 15:46:06 -04:00
data create data file if not exist 2024-05-12 16:26:05 -04:00
model refactor entire structure 2024-05-12 16:05:05 -04:00
ui/cli refactor entire structure 2024-05-12 16:05:05 -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
Makefile update Makefile 2024-05-12 16:15:50 -04:00
README.md update Makefile 2024-05-12 16:15:50 -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

Use the provided make file and then move the binary to your directory choice:

make
mv ketotrack ~/.local/bin/