-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jay-Karia edited this page Sep 17, 2025
·
4 revisions
CLI Workout logger
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 5Note: 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.
- Installation Guide - Set up Fitlog on your system
- Quick Start - Get up and running quickly
- Commands Reference - Complete list of available commands
- Configuration - Customize Fitlog settings
- Exercise Management - Create and manage exercises
- Logging Workouts - Track your fitness progress
- Data Export - Export your workout data
- 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
Please see our Contributing Guide for detailed information on how to contribute to Fitlog.
This documentation is part of fitlog
GitHub | Report an Issue | Documentation
Β© 2025 Jay Karia. Licensed under MIT.