A calorie and weight logger I made for my personal gymventures.
Not meant to be used seriously - use an online service, or something (no, seriously, I made this in half an hour).
Of course, you would not log your calories multiple times a day, but you get the point.
help
-> duh.log {calories} [weight (kg)]
-> associates the current date and time with the calorie count and weight provided.remove {date} [time]
-> removes all logs on the given date or a log for a specific time on said date.read
-> displays all past data in a pretty format.reset
-> resets all data.
If you're on *nix (preferably Linux) you can chmod +x
and run the install.sh
script.
If you're on Windows, you will have to just use a normal directory somewhere in your Documents
.