Skip to content

sebvu/workout-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout Planner

the quick CLI way of building and organizing your workout plans


❗WARNING❗

  • This project is NOT done and there will be bugs.

📓 CONTEXT

I got bored one day, and I realized that;

"wow, making workouts is a lot of bologna."

so, I made this to make my own workout plans!


🛠️ INSTALLATION & USAGE

Installation & quick usage

  1. clone the repo
git clone https://github.com/sebvu/workout-tracker.git
  1. run make to setup basic project deps

  2. run make run to run project!

Custom Usages

  • there is a config.toml file in the root directory. within the stated guidelines of the config file, you are able to create your own custom exercise entires by adding your toml table snippet
[[config.custom]]
category = "Abs"
name = "Hallow Hold"
primary_muscles = ["Abs"]
commentary = "This is a great exercise for building core strength... etc"
instructions = [
  "Hold your body in a hollow position",
  "Keep your lower back pressed into the floor",
  "etc.. more copilot comments",
]
  • once you add a new toml table snippet, run make once more!

How to contribute?

(WIP, but feel free to fork and make any current contriutions)

About

my own personal workout tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published