Skip to content
Jay-Karia edited this page Sep 17, 2025 · 4 revisions

Welcome to Fitlog Documentation πŸ“‹

License: MIT Version

CLI Workout logger

Getting Started

To start using Fitlog, check out our Installation Guide and the Quick Start page.

# Quick installation
git clone https://github.com/Jay-Karia/fitlog.git
cd fitlog
make

# Initialize fitlog
./dist/fitlog init

# Create your first exercise
./dist/fitlog create "Bench Press" bp

# Log your exercise
./dist/fitlog add bp --sets 3 --reps 8 --weight 5

Note: You can add the output directory (./dist) to your system's PATH variable for easier access to the fitlog command. OR use the installer from the releases page.

Documentation

Release Information

Latest Version: 0.0.3

  • Add shorthand flags for commands to improve usability
  • Update the name of the exercise type from "sets" to "weight"
  • Make --sets optional for time-based exercises
  • Add optional --distance parameter for time-based exercises
  • Add config option for distance units
  • Add confimation file exporting a file which already exists
  • Change the print table format in fitlog show exercise
  • Various bug fixes

Download Releases

Contributing

Please see our Contributing Guide for detailed information on how to contribute to Fitlog.

Clone this wiki locally