command line tool that can track basic metrics daily, such as body weight and walking distance https://compounddata.com/projects/ct/
  • Go 98%
  • Makefile 2%
Find a file
rene 55333180c6
Dev (#29)
* feat: initial attempt at editing existing logs

* fix: return getValueFromConsole back to original

* chore: db migrations for sqlboiler

* chore: sqlboiler.toml

* chore: model for boiler

* chore: taskfile

* chore: add deps

* chore: update bindata

* update README
2024-11-11 12:09:55 +11:00
.github/workflows Update with new stuff I've learnt from writing other cli tools in go. (#23) 2021-04-05 10:11:36 +10:00
cmd/ct bump up version to 0.0.6 2021-04-05 10:15:35 +10:00
config Update to satisfy golint. 2020-08-22 00:13:02 +10:00
db/migrations Dev (#29) 2024-11-11 12:09:55 +11:00
internal Dev (#29) 2024-11-11 12:09:55 +11:00
.gitignore Refactor directory structure for cmd. (#22) 2021-03-18 08:26:47 +11:00
go.mod Dev (#29) 2024-11-11 12:09:55 +11:00
go.sum Dev (#29) 2024-11-11 12:09:55 +11:00
Makefile Set dir with goxz. 2021-04-05 10:15:21 +10:00
README.md Dev (#29) 2024-11-11 12:09:55 +11:00
sqlboiler.toml Dev (#29) 2024-11-11 12:09:55 +11:00
Taskfile.yml Dev (#29) 2024-11-11 12:09:55 +11:00

ct is a command line tool I created to track some basic metrics daily, such as my body weight and walking distance.