gekkzzz/Study Sprint Tracker
Automatically tracks your custom learning sprints and journals daily progress as Markdown entries in your repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 13, 2026
- License
- MIT
Pinned Snippet
uses: gekkzzz/study-sprint-tracker@83f38babe339434d572533b5d435ac2ffe12d16c # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| track_name | The name of your learning track (e.g., "HTML", "Full Stack", "Data Science"). | no | Coding Sprint |
| total_days | The total number of days in your sprint (e.g., 30, 100, 200). | no | 180 |
| start_date | The start date of your sprint in YYYY-MM-DD format (e.g., 2025-01-01). | yes | — |
| journal_file | The path to the Markdown journal file that will be updated on each push. | no | STUDY_JOURNAL.md |
| skip_git | Set to "true" to skip the git commit/push step (useful for dry-run testing). | no | false |
Outputs
no outputs