-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Jay-Karia edited this page Sep 13, 2025
·
4 revisions
This page will help you get started with Fitlog quickly.
After installation, you need to initialize Fitlog:
fitlog initThis will create a .fitlog directory in your home folder to store your workout data.
To add your first exercise:
fitlog create "Bench Press" bpThis creates an exercise named "Bench Press" with the shortcut "bp".
Now you can log your workout:
fitlog add bp --sets 3 --reps 10 --weight 5To view your recent workouts:
fitlog show log --last 5Now 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
This documentation is part of fitlog
GitHub | Report an Issue | Documentation
© 2025 Jay Karia. Licensed under MIT.