A simple terminal program to track, record, and view macronutritional vectors. i.e. calories, fat, carbohydrates, and protein.
macro_counter creates directries & file based on the current date (e.g. 2023/09/27.txt
)
in the directory $HOME/Documents/Health/Macronutritional_Intake
.
Which are used as the basis to track & record macro data.
The latest stable Rust compiler.
Download the repository with either of the below:
-
cargo install --git https://github.com/Vallen217/macro_counter
-
git clone https://github.com/Vallen217/macro_counter
#Note: In this case you'll need to run a simple setup script to runmctr.sh
without typing out the absolute path every iteration:
bash <path_to_clone>/scripts/mctr_setup.sh