Skip to content

Quick Start

Jay-Karia edited this page Sep 13, 2025 · 4 revisions

This page will help you get started with Fitlog quickly.

Initialize Fitlog

After installation, you need to initialize Fitlog:

fitlog init

This will create a .fitlog directory in your home folder to store your workout data.

Create Your First Exercise

To add your first exercise:

fitlog create "Bench Press" bp

This creates an exercise named "Bench Press" with the shortcut "bp".

Log Your First Workout

Now you can log your workout:

fitlog add bp --sets 3 --reps 10 --weight 5

View Your Progress

To view your recent workouts:

fitlog show log --last 5

Next Steps

Now that you've gotten started, you can:

  • Create more exercises
  • Log different types of workouts
  • Explore the configuration options
  • Export your data for backup

Check out the Commands Reference for a complete list of available commands.


Back to Home | Previous: Installation | Next: Commands Reference

Clone this wiki locally